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:
2515ddc
)
libata: initialize port_task when !CONFIG_ATA_SFF
author
Tejun Heo
<tj@kernel.org>
Mon, 20 Oct 2008 04:11:56 +0000
(13:11 +0900)
committer
Jeff Garzik
<jgarzik@redhat.com>
Thu, 23 Oct 2008 00:40:01 +0000
(20:40 -0400)
ap->port_task was not initialized if !CONFIG_ATA_SFF later triggering
lockdep warning. Make sure it's initialized.
Reported by Larry Finger.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
No differences found