summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDan Carpenter2012-03-15 23:17:12 +0100
committerLinus Torvalds2012-03-16 01:03:04 +0100
commitcf2b94daab9f3d21b0a393bef91292622f6a8ca4 (patch)
tree94072a3065136a32496265be81922274db8021cd /MAINTAINERS
parentMAINTAINERS: add entry for exynos mipi display drivers (diff)
downloadkernel-qcow2-linux-cf2b94daab9f3d21b0a393bef91292622f6a8ca4.tar.gz
kernel-qcow2-linux-cf2b94daab9f3d21b0a393bef91292622f6a8ca4.tar.xz
kernel-qcow2-linux-cf2b94daab9f3d21b0a393bef91292622f6a8ca4.zip
drivers/video/backlight/s6e63m0.c: fix corruption storing gamma mode
strict_strtoul() writes a long but ->gamma_mode only has space to store an int, so on 64 bit systems we end up scribbling over ->gamma_table_count as well. I've changed it to use kstrtouint() instead. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions