]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc82c662806430bb99749c4d87cc692635744ce84
treec812873c5f0f43db75261eb0ec18cb750792a06f
parentad6a898622d4e5b10716323e4783442e33b8181a
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