]> git.baikalelectronics.ru Git - kernel.git/commit
ieee1394: ohci1394: missing PPC PMac feature calls in failure path
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Mon, 24 Mar 2008 19:53:34 +0000 (20:53 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:31 +0000 (17:55 +0200)
commit46a038b4ba6f5a2d063fdb91c364547462cd1383
tree60b65236fa656b50c33518c3a8b0b0f4f63726ae
parentbe83615b03a5176198fe618b91cb2ea0fdb30db0
ieee1394: ohci1394: missing PPC PMac feature calls in failure path

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>
drivers/ieee1394/ohci1394.c