Skip to content

Commit

Permalink
[SCSI] megaraid: update version reported by MEGAIOC_QDRVRVER
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Milburn authored and James Bottomley committed May 6, 2007
1 parent b22c9d9 commit 2a4aa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/megaraid/megaraid_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EXPORT_SYMBOL(mraid_mm_unregister_adp);
EXPORT_SYMBOL(mraid_mm_adapter_app_handle);

static int majorno;
static uint32_t drvr_ver = 0x02200206;
static uint32_t drvr_ver = 0x02200207;

static int adapters_count_g;
static struct list_head adapters_list_g;
Expand Down

0 comments on commit 2a4aa2c

Please sign in to comment.