]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove context
authorkashyap.desai@lsi.com <kashyap.desai@lsi.com>
Thu, 4 Aug 2011 11:17:50 +0000 (16:47 +0530)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:35:21 +0000 (08:35 -0600)
commitc6acff255450f8792df4e547191047f54bfe6f0a
treee710bd847b3ddb7262eeff93b353aa11d994ffb1
parenta3963680394ff2c09b67196377464bd6745f1f51
[SCSI] mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove context

mpt2sas_base_detach() call was removed from _scsih_remove() while
doing some code shuffling.  Mainly when we work on adding code for
scsih_shutdown().  I have added back mpt2sas_base_detach() which will
get callled from _scsih_remove().

Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mpt2sas/mpt2sas_scsih.c