Linus,
Could you please pull from:
git://git.o-hand.com/linux-rpurdie-leds for-linus
for a couple of bugfixes to the led gpio driver for 2.6.25. One fixes a
potential oops, the other removes a use of preempt_count() which could
potentially deadlock.
Thanks, Richard
drivers/leds/leds-gpio.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
David Brownell (1):
leds: Remove incorrect use of preempt_count() from leds-gpio
Uwe Kleine-König (1):
leds: Fix potential leds-gpio oops