From: Stefan Richter Date: Mon, 24 Mar 2008 19:53:34 +0000 (+0100) Subject: ieee1394: ohci1394: missing PPC PMac feature calls in failure path X-Git-Tag: v2.6.26-rc1~1141^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9508c208aa6e0a7501d8250d4a9d35344056d573;p=pandora-kernel.git 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 --- Reading git-diff-tree failed