linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mpt2sas: driver version incorrect for 2.6.30 kernel
@ 2009-05-18 18:57 Eric Moore
  0 siblings, 0 replies; only message in thread
From: Eric Moore @ 2009-05-18 18:57 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi

Please consider for the 2.6.30 kernel.

The MPT2SAS_MAJOR_VERSION didn't get bumped from 00 to 01. The applications
will see it incorrectly as 00.100.02.00 driver instead of 01.100.02.00.

Signed-off-by: Eric Moore <eric.moore@lsi.com>

diff -uaprN a/drivers/scsi/mpt2sas/mpt2sas_base.h b/drivers/scsi/mpt2sas/mpt2sas_base.h
--- a/drivers/scsi/mpt2sas/mpt2sas_base.h	2009-05-18 12:05:21.000000000 -0600
+++ b/drivers/scsi/mpt2sas/mpt2sas_base.h	2009-05-18 12:05:21.000000000 -0600
@@ -69,7 +69,7 @@
 #define MPT2SAS_AUTHOR	"LSI Corporation <DL-MPTFusionLinux@lsi.com>"
 #define MPT2SAS_DESCRIPTION	"LSI MPT Fusion SAS 2.0 Device Driver"
 #define MPT2SAS_DRIVER_VERSION		"01.100.02.00"
-#define MPT2SAS_MAJOR_VERSION		00
+#define MPT2SAS_MAJOR_VERSION		01
 #define MPT2SAS_MINOR_VERSION		100
 #define MPT2SAS_BUILD_VERSION		02
 #define MPT2SAS_RELEASE_VERSION		00

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-18 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 18:57 [PATCH] mpt2sas: driver version incorrect for 2.6.30 kernel Eric Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).