diff options
author | David Milburn <dmilburn@redhat.com> | 2007-04-19 13:10:24 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-06 10:33:11 -0400 |
commit | 2a4aa2c4b206c77b7cf522300ae9b616b0a883a4 (patch) | |
tree | 76f62412ebd5bbf9019cc4801e1e034d9a6517c4 /drivers/scsi/megaraid | |
parent | b22c9d9bc214d602647c3f94e6072655c36a61db (diff) |
[SCSI] megaraid: update version reported by MEGAIOC_QDRVRVER
Update the driver version reported by MEGAIOC_QDRVRVER to
match LSI_COMMON_MOD_VERSION.
Signed-off-by: David Milburn <dmilburn@redhat.com>
Acked-by: "Patro, Sumant" <Sumant.Patro@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/megaraid')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid/megaraid_mm.c b/drivers/scsi/megaraid/megaraid_mm.c index f33a678f0897..e075a52ac104 100644 --- a/drivers/scsi/megaraid/megaraid_mm.c +++ b/drivers/scsi/megaraid/megaraid_mm.c | |||
@@ -60,7 +60,7 @@ EXPORT_SYMBOL(mraid_mm_unregister_adp); | |||
60 | EXPORT_SYMBOL(mraid_mm_adapter_app_handle); | 60 | EXPORT_SYMBOL(mraid_mm_adapter_app_handle); |
61 | 61 | ||
62 | static int majorno; | 62 | static int majorno; |
63 | static uint32_t drvr_ver = 0x02200206; | 63 | static uint32_t drvr_ver = 0x02200207; |
64 | 64 | ||
65 | static int adapters_count_g; | 65 | static int adapters_count_g; |
66 | static struct list_head adapters_list_g; | 66 | static struct list_head adapters_list_g; |