From: David Brownell Date: Thu, 27 Mar 2008 00:59:02 +0000 (+0000) Subject: leds: Remove incorrect use of preempt_count() from leds-gpio X-Git-Tag: v2.6.25-rc8~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306dd85c1d41e20a07d1e821e27f5df4927bb5e7;p=pandora-kernel.git leds: Remove incorrect use of preempt_count() from leds-gpio It appears that we can't just check to see if we're in a task context ... so instead of trying that, just make the relevant leds always schedule a little worklet. Signed-off-by: David Brownell Signed-off-by: Richard Purdie --- Reading git-diff-tree failed