]> git.baikalelectronics.ru Git - kernel.git/commit
leds-lp5523: Fix riskiness of the page fault
authorKim, Milo <Milo.Kim@ti.com>
Wed, 12 Sep 2012 12:16:03 +0000 (20:16 +0800)
committerBryan Wu <bryan.wu@canonical.com>
Thu, 13 Sep 2012 03:54:21 +0000 (11:54 +0800)
commit07b25a7cf8d849984b42bc98198b3d2b1ad6d42d
tree6c72e109f333b0f6d2c76d48b1223f62a85f0d1a
parent7569afbf4c7ebad52a066245d8d16e00aabb5eb7
leds-lp5523: Fix riskiness of the page fault

The last attribute should be terminated as NULL because any member of
attribute structure is accessed while adding the sysfs file.
If not, invalid address may cause the page fault problem.

Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
drivers/leds/leds-lp5523.c