Re: [smartpqi updates V2 PATCH 9/9] smartpqi: update version to 2.1.10-020
From: John Donnelly <hidden>
Date: 2021-07-14 01:17:53
Also in:
lkml
From: John Donnelly <hidden>
Date: 2021-07-14 01:17:53
Also in:
lkml
On 7/13/21 4:02 PM, Don Brace wrote:
Reviewed-by: Kevin Barnett <redacted> Reviewed-by: Mike McGowen <redacted> Reviewed-by: Scott Benesh <redacted> Reviewed-by: Scott Teel <redacted> Reviewed-by: Gerry Morong <redacted> Signed-off-by: Don Brace <don.brace@microchip.com>
Acked-by : John Donnelly [off-list ref]
--- drivers/scsi/smartpqi/smartpqi_init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)diff --git a/drivers/scsi/smartpqi/smartpqi_init.c b/drivers/scsi/smartpqi/smartpqi_init.c index ab1c9c483478..c1f0f8da9fe2 100644 --- a/drivers/scsi/smartpqi/smartpqi_init.c +++ b/drivers/scsi/smartpqi/smartpqi_init.c@@ -33,11 +33,11 @@ #define BUILD_TIMESTAMP #endif -#define DRIVER_VERSION "2.1.8-045" +#define DRIVER_VERSION "2.1.10-020" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 1 -#define DRIVER_RELEASE 8 -#define DRIVER_REVISION 45 +#define DRIVER_RELEASE 10 +#define DRIVER_REVISION 20 #define DRIVER_NAME "Microchip SmartPQI Driver (v" \ DRIVER_VERSION BUILD_TIMESTAMP ")"