summary refs log tree commit diff
path: root/drivers/scsi
diff options
context:
space:
mode:
authorDon Brace <don.brace@microsemi.com>2018-12-18 17:39:13 -0600
committerMartin K. Petersen <martin.petersen@oracle.com>2018-12-19 22:27:52 -0500
commit1923f851eb0baa79d11cd0574c6100c2de840d75 (patch)
tree8890731858de490ea3f3582cc2cb4afd94f6545e /drivers/scsi
parent4fd22c13ad4409ee44a121b54855bb48d2afd58a (diff)
downloadlinux-1923f851eb0baa79d11cd0574c6100c2de840d75.tar.gz
scsi: smartpqi: update driver version
- need to bump up the driver version because
  of the OFA patch and the fw status register
  read timeout patch.

Reviewed-by: Gerry Morong <gerry.morong@microsemi.com>
Signed-off-by: Don Brace <don.brace@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/smartpqi/smartpqi_init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c
index c2d09eb8a528..bfd2dd3496da 100644
--- a/drivers/scsi/smartpqi/smartpqi_init.c
+++ b/drivers/scsi/smartpqi/smartpqi_init.c
@@ -40,11 +40,11 @@
 #define BUILD_TIMESTAMP
 #endif
 
-#define DRIVER_VERSION		"1.2.4-065"
+#define DRIVER_VERSION		"1.2.4-070"
 #define DRIVER_MAJOR		1
 #define DRIVER_MINOR		2
 #define DRIVER_RELEASE		4
-#define DRIVER_REVISION		65
+#define DRIVER_REVISION		70
 
 #define DRIVER_NAME		"Microsemi PQI Driver (v" \
 				DRIVER_VERSION BUILD_TIMESTAMP ")"