From: James Bottomley Date: Mon, 12 Jun 2006 14:09:18 +0000 (-0500) Subject: [SCSI] scsi_transport_sas: fix panic in sas_free_rphy X-Git-Tag: v2.6.18-rc1~1092^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5943d36aebb79589ac3983eec418bbeca897573;p=pandora-kernel.git [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 --- Reading git-diff-tree failed