git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7feac
)
[SCSI] scsi_transport_sas: fix panic in sas_free_rphy
author
James Bottomley
<James.Bottomley@steeleye.com>
Mon, 12 Jun 2006 14:09:18 +0000
(09:09 -0500)
committer
James 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