Files
scst/qla2x00t
Gleb Chesnokov eeae35607d scst: Change the return type of the .queuecommand() callback
In clang version 21.1 and later the -Wimplicit-enum-enum-cast warning
option has been introduced. This warning is enabled by default and can
be used to catch .queuecommand() implementations that return another
value than 0 or one of the SCSI_MLQUEUE_* constants. Hence this patch
that changes the return type of the .queuecommand() implementations from
'int' into 'enum scsi_qc_status'. No functionality has been changed.
2026-04-08 14:31:45 +03:00
..
2018-01-13 03:31:26 +00:00
2025-09-08 16:40:12 +03:00
2025-10-01 22:11:28 +03:00
2018-04-12 03:49:10 +00:00
2025-05-14 18:36:46 +03:00
2025-01-20 18:54:10 +03:00
2025-01-20 18:54:10 +03:00
2025-05-14 18:36:46 +03:00