2021-09-28 23:57:17

by Don Brace

[permalink] [raw]
Subject: [smartpqi updates PATCH V2 11/11] smartpqi: update version to 2.1.12-055

Update driver version to reflect changes.

Reviewed-by: Scott Benesh <[email protected]>
Reviewed-by: Scott Teel <[email protected]>
Reviewed-by: Mike McGowen <[email protected]>
Signed-off-by: Don Brace <[email protected]>
---
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 ffa217874352..b966ce3b4385 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.10-020"
+#define DRIVER_VERSION "2.1.12-055"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 1
-#define DRIVER_RELEASE 10
-#define DRIVER_REVISION 20
+#define DRIVER_RELEASE 12
+#define DRIVER_REVISION 55

#define DRIVER_NAME "Microchip SmartPQI Driver (v" \
DRIVER_VERSION BUILD_TIMESTAMP ")"
--
2.28.0.rc1.9.ge7ae437ac1


2021-09-30 21:55:29

by John Donnelly

[permalink] [raw]
Subject: Re: [smartpqi updates PATCH V2 11/11] smartpqi: update version to 2.1.12-055

On 9/28/21 6:54 PM, Don Brace wrote:
> Update driver version to reflect changes.
>
> Reviewed-by: Scott Benesh <[email protected]>
> Reviewed-by: Scott Teel <[email protected]>
> Reviewed-by: Mike McGowen <[email protected]>
> Signed-off-by: Don Brace <[email protected]>
> ---

Acked-by: John Donnelly <[email protected]>


> 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 ffa217874352..b966ce3b4385 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.10-020"
> +#define DRIVER_VERSION "2.1.12-055"
> #define DRIVER_MAJOR 2
> #define DRIVER_MINOR 1
> -#define DRIVER_RELEASE 10
> -#define DRIVER_REVISION 20
> +#define DRIVER_RELEASE 12
> +#define DRIVER_REVISION 55
>
> #define DRIVER_NAME "Microchip SmartPQI Driver (v" \
> DRIVER_VERSION BUILD_TIMESTAMP ")"
>