Skip to content

Commit 49b4b49

Browse files
committed
scsi: smartpqi: Update version to 2.1.36-026
JIRA: https://issues.redhat.com/browse/RHEL-107917 commit 4cec99e Author: Don Brace <don.brace@microchip.com> Date: Thu Nov 6 10:38:22 2025 -0600 scsi: smartpqi: Update version to 2.1.36-026 Update driver version to 2.1.36-026 Reviewed-by: Scott Benesh <scott.benesh@microchip.com> Reviewed-by: Scott Teel <scott.teel@microchip.com> Reviewed-by: Gerry Morong <gerry.morong@microchip.com> Signed-off-by: Don Brace <don.brace@microchip.com> Link: https://patch.msgid.link/20251106163823.786828-5-don.brace@microchip.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> (cherry picked from commit 4cec99e) Assisted-by: Patchpal Signed-off-by: Don Brace <dbrace@redhat.com>
1 parent 99fa370 commit 49b4b49

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.34-035"
36+
#define DRIVER_VERSION "2.1.36-026"
3737
#define DRIVER_MAJOR 2
3838
#define DRIVER_MINOR 1
39-
#define DRIVER_RELEASE 34
40-
#define DRIVER_REVISION 35
39+
#define DRIVER_RELEASE 36
40+
#define DRIVER_REVISION 26
4141

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

0 commit comments

Comments
 (0)