libata: replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 06:56:41 +0000 (15:56 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 22 Jul 2013 20:15:01 +0000 (16:15 -0400)
commit42b9ab7ab798c1fc812bd2032cb506a93080130f
treec812873c5f0f43db75261eb0ec18cb750792a06f
parenteac27f04a71e1f39f196f7e520d16dcefc955d77
libata: 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: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c