From: Bart Van Assche <bvanassche@xxxxxxx>
[ Upstream commit 88f1669019bd62b3009a3cebf772fbaaa21b9f38 ]
For some technologies, e.g. an ATA bus, resuming can take multiple
seconds. Waiting for resume to finish can cause a very noticeable delay.
Hence this commit that restores the behavior from before "scsi: core: pm:
Rely on the device driver core for async power management" for most SCSI
devices.
This commit introduces a behavior change: if the START command fails, do
not consider this as a SCSI disk resume failure.
Link: https://bugzilla.kernel.org/show_bug.cgi?id=215880
Link: https://lore.kernel.org/r/20220630195703.10155-3-bvanassche@xxxxxxx
Fixes: a19a93e4c6a9 ("scsi: core: pm: Rely on the device driver core for async power management")