| commit | 18366c3fed0c372f9c123489e7061de11b640965 | [log] [tgz] |
|---|---|---|
| author | kashyap.desai@lsi.com <kashyap.desai@lsi.com> | Thu Aug 04 16:47:50 2011 +0530 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jan 12 11:35:51 2012 -0800 |
| tree | 7d3eb038b73bfe0d81cfde1b1aa5402ee9615bfe | |
| parent | 4ae84455f98af3b3c3a23f8b6458fcefc9ff62bf [diff] |
SCSI: mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove context commit 9ae89b0296e275d5a556068b40b7c2557a556a85 upstream. 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>