[Bug 531696] [NEW] mc13892 LED driver oopses on trigger action
Jeremy Kerr
jk at ozlabs.org
Thu Mar 4 03:39:52 UTC 2010
Public bug reported:
Setting a LED trigger event on a babbage board will cause an oops when
that trigger occurs:
echo mmc0 | sudo dd of=/sys/class/leds/pmic_ledsb/trigger
sudo dd if=/dev/mmcblk0 of=/dev/null
The led_classdev's brightness_set function is called from an atomic
context, but the mc13892 LED driver's brightness_set callback may sleep,
resulting in the recursive oops.
Patch attached.
** Affects: linux-fsl-imx51 (Ubuntu)
Importance: Undecided
Assignee: Bryan Wu (cooloney)
Status: New
--
mc13892 LED driver oopses on trigger action
https://bugs.launchpad.net/bugs/531696
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux-fsl-imx51 in ubuntu.
More information about the kernel-bugs
mailing list