]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: fw-ohci: switch on bus power after resume on PPC PMac
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 1 Mar 2008 11:34:50 +0000 (12:34 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:33 +0000 (17:55 +0200)
commitd541fc7eab62861ab51931db6c79238040a453cf
treee48be32b2a64ddfef8453822be7b7316c25260b4
parentbdc317a3e32fd142fa68bde85bd931466b44f023
firewire: fw-ohci: switch on bus power after resume on PPC PMac

The platform feature calls in the suspend method switched off cable
power, but the calls in the resume method did not switch it back on.

Add the necessary feature call to .resume.  Also add the corresponding
call to .suspend to make .suspend's behavior explicitly the same on all
PMacs.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/fw-ohci.c