diff options
author | Jubin John <jubin.john@intel.com> | 2015-10-26 14:28:49 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-27 08:45:51 (GMT) |
commit | d480297498f32c3d54e1445c2fafc7ae969c558f (patch) | |
tree | f0dad78cfadfd862b4643ec48447b1ad13d1f998 | |
parent | 83525b61c3a03603ef4b7f7ee0e420ee534bee42 (diff) | |
download | linux-d480297498f32c3d54e1445c2fafc7ae969c558f.tar.xz |
staging/rdma/hfi1: Update driver version string to 0.9-294
Signed-off-by: Jubin John <jubin.john@intel.com>
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rdma/hfi1/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rdma/hfi1/common.h b/drivers/staging/rdma/hfi1/common.h index de62cbe..5e203239 100644 --- a/drivers/staging/rdma/hfi1/common.h +++ b/drivers/staging/rdma/hfi1/common.h @@ -204,7 +204,7 @@ * to the driver itself, not the software interfaces it supports. */ #ifndef HFI1_DRIVER_VERSION_BASE -#define HFI1_DRIVER_VERSION_BASE "0.9-248" +#define HFI1_DRIVER_VERSION_BASE "0.9-294" #endif /* create the final driver version string */ |