commit | 9508c208aa6e0a7501d8250d4a9d35344056d573 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Mar 24 20:53:34 2008 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Apr 18 17:55:31 2008 +0200 |
tree | 60b65236fa656b50c33518c3a8b0b0f4f63726ae | |
parent | c4e2e02bc96f0a1605f858df3d6d5ea70fc459fc [diff] |
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>