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>
This commit is contained in:
Don Brace 2018-12-18 17:39:13 -06:00 коммит произвёл Martin K. Petersen
Родитель 4fd22c13ad
Коммит 1923f851eb
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 ")"