]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
scsi: smartpqi: bump driver version
authorKevin Barnett <kevin.barnett@hpe.com>
Wed, 3 May 2017 23:55:55 +0000 (18:55 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 26 Jul 2017 04:07:04 +0000 (21:07 -0700)
Orabug: 2619102126447813

Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
Reviewed-by: Gerry Morong <gerry.morong@microsemi.com>
Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 2d154f5ff338137a69f2f2a313520b6da2e1eb16)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/scsi/smartpqi/smartpqi_init.c

index 4a84374029b40ab3c950aee66004ac1e2ca13059..c91508ce545dbc9ae575effa2adc1f6c6962810a 100644 (file)
 #define BUILD_TIMESTAMP
 #endif
 
-#define DRIVER_VERSION         "0.9.13-370"
-#define DRIVER_MAJOR           0
-#define DRIVER_MINOR           9
-#define DRIVER_RELEASE         13
-#define DRIVER_REVISION                370
-
-#define DRIVER_NAME            "Microsemi PQI Driver (v" DRIVER_VERSION ")"
+#define DRIVER_VERSION         "1.0.4-100"
+#define DRIVER_MAJOR           1
+#define DRIVER_MINOR           0
+#define DRIVER_RELEASE         4
+#define DRIVER_REVISION                100
+
+#define DRIVER_NAME            "Microsemi PQI Driver (v" \
+                               DRIVER_VERSION BUILD_TIMESTAMP ")"
 #define DRIVER_NAME_SHORT      "smartpqi"
 
 #define PQI_EXTRA_SGL_MEMORY   (12 * sizeof(struct pqi_sg_descriptor))