]> 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)
commitecc3c94787816b3feb692ea4632c9f5dbf8edf71
treec812873c5f0f43db75261eb0ec18cb750792a06f
parentc33536e991cd93569c3d793a7a888e209bcd9f3d
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