diff options
author | Xiangliang Yu <yuxiangl@marvell.com> | 2011-09-29 03:35:38 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-02 14:18:24 -0400 |
commit | 4f3f812dd3b638d0c92661122dcccd6aaef66bfb (patch) | |
tree | e901a2ad2507834cf95656cfda928ff80aa5d77c /drivers | |
parent | 40d3921f1dd4e1e53e10f064f0adf056f6e0f71a (diff) |
[SCSI] mvsas: update driver version
This will synchronize the version string with internal driver.
Signed-off-by: Xiangliang Yu <yuxiangl@marvell.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/mvsas/mv_sas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/mvsas/mv_sas.h b/drivers/scsi/mvsas/mv_sas.h index 21ee8b06ce85..33564ce16519 100644 --- a/drivers/scsi/mvsas/mv_sas.h +++ b/drivers/scsi/mvsas/mv_sas.h | |||
@@ -47,7 +47,7 @@ | |||
47 | #include "mv_defs.h" | 47 | #include "mv_defs.h" |
48 | 48 | ||
49 | #define DRV_NAME "mvsas" | 49 | #define DRV_NAME "mvsas" |
50 | #define DRV_VERSION "0.8.2" | 50 | #define DRV_VERSION "0.8.16" |
51 | #define MVS_ID_NOT_MAPPED 0x7f | 51 | #define MVS_ID_NOT_MAPPED 0x7f |
52 | #define WIDE_PORT_MAX_PHY 4 | 52 | #define WIDE_PORT_MAX_PHY 4 |
53 | #define mv_printk(fmt, arg ...) \ | 53 | #define mv_printk(fmt, arg ...) \ |