Skip to content

Commit 2506c01

Browse files
committed
scsi: smartpqi: Update driver version to 2.1.34-035
JIRA: https://issues.redhat.com/browse/RHEL-96279 commit 6e6d9e8 Author: Don Brace <don.brace@microchip.com> Date: Wed Apr 23 13:32:29 2025 -0500 scsi: smartpqi: Update driver version to 2.1.34-035 Update driver version to 2.1.34-035. Reviewed-by: Gerry Morong <gerry.morong@microchip.com> Reviewed-by: Scott Teel <scott.teel@microchip.com> Reviewed-by: Scott Benesh <scott.benesh@microchip.com> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com> Signed-off-by: Don Brace <don.brace@microchip.com> Link: https://lore.kernel.org/r/20250423183229.538572-6-don.brace@microchip.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Don Brace <dbrace@redhat.com>
1 parent 7ca03ae commit 2506c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/scsi/smartpqi/smartpqi_init.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
#define BUILD_TIMESTAMP
3434
#endif
3535

36-
#define DRIVER_VERSION "2.1.30-031"
36+
#define DRIVER_VERSION "2.1.34-035"
3737
#define DRIVER_MAJOR 2
3838
#define DRIVER_MINOR 1
39-
#define DRIVER_RELEASE 30
40-
#define DRIVER_REVISION 31
39+
#define DRIVER_RELEASE 34
40+
#define DRIVER_REVISION 35
4141

4242
#define DRIVER_NAME "Microchip SmartPQI Driver (v" \
4343
DRIVER_VERSION BUILD_TIMESTAMP ")"

0 commit comments

Comments
 (0)