From: kashyap.desai@lsi.com Date: Thu, 4 Aug 2011 11:17:50 +0000 (+0530) Subject: [SCSI] mpt2sas: Added missing mpt2sas_base_detach call from scsih_remove context X-Git-Tag: v3.2-rc1~125^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae89b0296e275d5a556068b40b7c2557a556a85;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed