tty: replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Sat, 1 Jun 2013 07:30:06 +0000 (16:30 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2013 17:30:42 +0000 (10:30 -0700)
commit86b40567b9178d2de8bbc08b04c98c8373ddf194
treea53a85ee6a73d6e1055bfcd7364cb6e54b692cdd
parent1f48c499df414a50e28a4a2b1332ff0e8e1af9a8
tty: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvc_iucv.c
drivers/tty/sysrq.c
This page took 0.038633 seconds and 5 git commands to generate.