drivers/video/backlight/adp8860_bl.c: use kstrtoul()
authorJingoo Han <[email protected]>
Tue, 29 May 2012 22:07:15 +0000 (15:07 -0700)
committerLinus Torvalds <[email protected]>
Tue, 29 May 2012 23:22:29 +0000 (16:22 -0700)
commit8dd9d7f2df9f3a29e438e5c50100dad08b9b4215
treef7f0b6d373a9e3b98e016217586d4ffa3a81bdd6
parent7f26c970b40b3e35ef699729b22d6915ca007135
drivers/video/backlight/adp8860_bl.c: use kstrtoul()

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

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