Commit 1923f851 authored by Don Brace's avatar Don Brace Committed by Martin K. Petersen

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: default avatarGerry Morong <gerry.morong@microsemi.com>
Signed-off-by: default avatarDon Brace <don.brace@microsemi.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 4fd22c13
...@@ -40,11 +40,11 @@ ...@@ -40,11 +40,11 @@
#define BUILD_TIMESTAMP #define BUILD_TIMESTAMP
#endif #endif
#define DRIVER_VERSION "1.2.4-065" #define DRIVER_VERSION "1.2.4-070"
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 2 #define DRIVER_MINOR 2
#define DRIVER_RELEASE 4 #define DRIVER_RELEASE 4
#define DRIVER_REVISION 65 #define DRIVER_REVISION 70
#define DRIVER_NAME "Microsemi PQI Driver (v" \ #define DRIVER_NAME "Microsemi PQI Driver (v" \
DRIVER_VERSION BUILD_TIMESTAMP ")" DRIVER_VERSION BUILD_TIMESTAMP ")"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment