scsi: sym53c8xx_2: Split off bus reset from host reset
authorHannes Reinecke <hare@suse.de>
Mon, 2 Oct 2023 15:43:23 +0000 (17:43 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Oct 2023 18:23:15 +0000 (14:23 -0400)
commit4980ae18c37beec9c55905014864cfe134698b68
treef18dbf2fddd687c681902e771d48a09e1c179ea0
parentc8102e421e7a395260648e953e90b47fefc67f2d
scsi: sym53c8xx_2: Split off bus reset from host reset

The current handler does both, bus reset and host reset.  So split them off
into two distinct functions.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20231002154328.43718-14-hare@suse.de
Cc: Matthew Wilcox <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sym53c8xx_2/sym_glue.c