]> git.baikalelectronics.ru Git - kernel.git/commit
video: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Sat, 1 Jun 2013 07:31:21 +0000 (16:31 +0900)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Jun 2013 12:19:48 +0000 (15:19 +0300)
commit6e1c6886ed957ef0c62866eb3ce8587947a3985c
tree40fac06873b255a6dd4ca6cf9e73d0a1462c60c1
parentabbb093a7dc699106a2074e9bc0a355ae239024c
video: replace strict_strtoul() with kstrtoul()

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

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fsl-diu-fb.c
drivers/video/omap2/displays/panel-taal.c
drivers/video/wm8505fb.c