commit | c5943d36aebb79589ac3983eec418bbeca897573 | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Mon Jun 12 09:09:18 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Mon Jun 12 10:38:51 2006 -0500 |
tree | 6412182aab9b3f97e2163346cfc6c0a04af70be3 | |
parent | 8d7feac3c7504425aaf61dc7d804685a6b89ee43 [diff] |
[SCSI] scsi_transport_sas: fix panic in sas_free_rphy 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>