On Wed, Jun 28, 2017 at 10:25:10AM +0200, Hannes Reinecke wrote: > bus reset always returns SUCCESS, meaning host reset was never > tested. At the same time the only difference to the HBA is a > missing call to NCR_700_chip_reset(). > So add the missing call to bus reset, drop host reset, and move > bus reset to host reset. Given that all the 53c700-based drivers only support a single channel this looks correct: Reviewed-by: Christoph Hellwig <hch@xxxxxx>