Message ID | 20210928235442.201875-12-don.brace@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | smartpqi updates | expand |
On 9/28/21 6:54 PM, Don Brace wrote: > Update driver version to reflect changes. > > Reviewed-by: Scott Benesh <scott.benesh@microchip.com> > Reviewed-by: Scott Teel <scott.teel@microchip.com> > Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com> > Signed-off-by: Don Brace <don.brace@microchip.com> > --- Acked-by: John Donnelly <john.p.donnelly@oracle.com> > 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 ")" >
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 ")"