ARM: footbridge: fix EBSA285 LEDs
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 29 Nov 2013 00:54:38 +0000 (00:54 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 30 Nov 2013 22:20:59 +0000 (22:20 +0000)
- The LEDs register is write-only: it can't be read-modify-written.
- The LEDs are write-1-for-off not 0.
- The check for the platform was inverted.

Fixes: cf6856d693dd ("ARM: mach-footbridge: retire custom LED code")
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Cc: stable@vger.kernel.org

No differences found