[SCSI] mpt2sas: Before removing sas_device search device in list for _scsih_sas_devic...
authorKashyap, Desai <kashyap.desai@lsi.com>
Thu, 8 Apr 2010 12:25:22 +0000 (17:55 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 11 Apr 2010 19:00:32 +0000 (14:00 -0500)
commit980ead3180233d09ad37aacd803059b3142c7863
treef5d948b5a791b0fdaf6ec9b34682157a54dcd799
parent130b958a5dbf0fca361beef5713715a2eba6529f
[SCSI] mpt2sas: Before removing sas_device search device in list for _scsih_sas_device_remove

Fix a oops in _scsih_sas_device_remove.  The driver was attempting to
delete a object from the sas_device link list when the object was not
present.

Added sanity check for sas_device NULL dereference.
before deleting sas_device now driver will search device in list then
only it will follow device removal.

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