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:
c4e2e02
)
ieee1394: ohci1394: missing PPC PMac feature calls in failure path
author
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Mon, 24 Mar 2008 19:53:34 +0000
(20:53 +0100)
committer
Stefan Richter
<stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:31 +0000
(17:55 +0200)
The failure path of ohci1394_pci_probe() reuses ohci1394_pci_remove().
Doing so it missed to call ohci1394_pmac_off() in a few unlikely early
error cases.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
No differences found