]> git.baikalelectronics.ru Git - kernel.git/commit
ieee1394: ohci1394: switch on bus power after resume on PPC PMac
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 1 Mar 2008 11:36:06 +0000 (12:36 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 18 Apr 2008 15:55:30 +0000 (17:55 +0200)
commitafd7626776d0f5af7c357aacedfdb74ea20ed83c
treebef08ba7865fdc5e9e218b6cce231fd897dafdbf
parentb41c3c2b9a3dda7b0c66fbc60b990595ad1b8ced
ieee1394: ohci1394: 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/ieee1394/ohci1394.c