[SCSI] scsi_transport_sas: fix panic in sas_free_rphy
authorJames Bottomley <James.Bottomley@steeleye.com>
Mon, 12 Jun 2006 14:09:18 +0000 (09:09 -0500)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Mon, 12 Jun 2006 15:38:51 +0000 (10:38 -0500)
This is a hold over from the end device/expander conversion.  Apparently
the rphy list pointer is never initialised, so list_del() on the
uninitialised pointer can panic the system

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found