Commit 2a4aa2c4 authored by David Milburn's avatar David Milburn Committed by James Bottomley

[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: default avatarDavid Milburn <dmilburn@redhat.com>
Acked-by: default avatar"Patro, Sumant" <Sumant.Patro@lsi.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent b22c9d9b
...@@ -60,7 +60,7 @@ EXPORT_SYMBOL(mraid_mm_unregister_adp); ...@@ -60,7 +60,7 @@ EXPORT_SYMBOL(mraid_mm_unregister_adp);
EXPORT_SYMBOL(mraid_mm_adapter_app_handle); EXPORT_SYMBOL(mraid_mm_adapter_app_handle);
static int majorno; static int majorno;
static uint32_t drvr_ver = 0x02200206; static uint32_t drvr_ver = 0x02200207;
static int adapters_count_g; static int adapters_count_g;
static struct list_head adapters_list_g; static struct list_head adapters_list_g;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment