]> git.karo-electronics.de Git - karo-tx-linux.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>
Wed, 24 Aug 2011 03:21:32 +0000 (20:21 -0700)
commitdc7323ec1c61ac9b68b13820fed2fa7e5e3e1990
tree05ea04f51260fdad00e47f637ba63283fd96d322
parentca7fdcc1d9e4e96a9839d5385832e9a8535f9098
[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