commit | f4d1f2bed6fb7df12f8a99ccf16d537472a3d246 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Mar 25 11:54:17 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 08 12:30:09 2013 +0200 |
tree | 35cdb9746d3f382a24841801da51cd3a01a7a35b | |
parent | b6d92b4a6bdb880b39789c677b952c53a437028d [diff] |
MIPS: sead3: Use generic suspend/resume for LEDs. Setting the LED_CORE_SUSPENDRESUME flag causes the LED driver core to call led_classdev_suspend/led_classdev_resume during suspend/resume. Since this is exactly what the driver's custom suspend/resume callbacks do we can replace them by setting the LED_CORE_SUSPENDRESUME flag. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Steven J. Hill <Steven.Hill@imgtec.com>