]> git.karo-electronics.de Git - linux-beck.git/commit
hpsa: return failed from device reset/abort handlers
authorDon Brace <don.brace@pmcs.com>
Fri, 23 Jan 2015 22:44:24 +0000 (16:44 -0600)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 2 Feb 2015 17:57:42 +0000 (09:57 -0800)
commite345893bd4a8b0a9383a9ce9ff06034da103ad14
treeb5fa8cceaf8a0fbe69f0cdef4ff070a9df23fac9
parent407863cb9daddd99000c70cffb7013f47f67b29c
hpsa: return failed from device reset/abort handlers

Returning failed from the device reset handler will get the device
kicked offline, which is fine if the controller is locked up anyhow.

Cannot abort a command from a failed controller.

Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Justin Lindley <justin.lindley@pmcs.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/hpsa.c