ide: replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:01:26 +0000 (16:01 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2013 19:21:29 +0000 (15:21 -0400)
commit79c8fa0b6bfa6953352a8e73b7105ac268e02743
tree4c92a88c2a4ee5e5ee46cae55e1ddb6ae1fde98b
parenta09e9a7a4b907f2dfa9bdb2b98a1828ab4b340b2
ide: replace strict_strtol() with kstrtol()

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

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ide/ide-park.c