public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] megaraid: update version reported by MEGAIOC_QDRVRVER
@ 2007-04-19 17:10 David Milburn
  2007-04-20 21:36 ` Patro, Sumant
  2007-04-24 19:10 ` Christoph Hellwig
  0 siblings, 2 replies; 4+ messages in thread
From: David Milburn @ 2007-04-19 17:10 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, dmilburn

Update the driver version reported by MEGAIOC_QDRVRVER to
match LSI_COMMON_MOD_VERSION.

Signed-off-by: David Milburn <dmilburn@redhat.com>
---

 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 f33a678..e075a52 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);
 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;

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-24 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-19 17:10 [PATCH] megaraid: update version reported by MEGAIOC_QDRVRVER David Milburn
2007-04-20 21:36 ` Patro, Sumant
2007-04-24 19:10 ` Christoph Hellwig
2007-04-24 20:53   ` David Milburn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox