backlight: use kstrtoul()
authorJingoo Han <[email protected]>
Tue, 10 Jan 2012 23:09:19 +0000 (15:09 -0800)
committerLinus Torvalds <[email protected]>
Wed, 11 Jan 2012 00:30:48 +0000 (16:30 -0800)
commit66655760bf38861299e3c8196f5303f886b0eef9
treefb027ccb8c61fa987aec251887c91541d310be9d
parent1cfc6fee34a4343d79357c46722eb840fbc04f46
backlight: use kstrtoul()

The usage of simple_strtoul() or strict_strtoul() is not preferred.  Thus,
kstrtoul should be used.

This patch also fixes checkpatch error as follows:
ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: Jingoo Han <[email protected]>
Cc: Richard Purdie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/backlight.c
drivers/video/backlight/lcd.c