Hi all, with the SCSI EH rework the scsi_cmnd argument for the SCSI EH callbacks is going away, so we need to fixup the drivers to work without it. This patchset modifies the ncr53c8xx driver to not rely on a specific command for the SCSI EH callbacks. As usual, comments and reviews are welcome. Hannes Reinecke (3): ncr53c8xx: remove 'sync_reset' argument from ncr_reset_bus() ncr53c8xx: Complete all commands during bus reset ncr53c8xx: Remove unused code drivers/scsi/ncr53c8xx.c | 199 +-------------------------------------- 1 file changed, 2 insertions(+), 197 deletions(-) -- 2.29.2