commit | 20f5895d55d9281830bfb7819c5c5b70b05297a6 | [log] [tgz] |
---|---|---|
author | Kashyap, Desai <kashyap.desai@lsi.com> | Fri Aug 07 19:34:26 2009 +0530 |
committer | James Bottomley <James.Bottomley@suse.de> | Thu Aug 13 16:26:00 2009 -0500 |
tree | db360859d1fd134fb36e2bfea4602f98af643415 | |
parent | 15052c9e85bf0cdadcb69eb89623bf12bad8b4f8 [diff] |
[SCSI] mpt2sas: Expander fix oops saying "Already part of another port" Kernel panic is seen because driver did not tear down the port which should be dnoe using mpt2sas_transport_port_remove(). without this fix When expander is added back we would oops inside sas_port_add_phy. Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>