From 79c8fa0b6bfa6953352a8e73b7105ac268e02743 Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Fri, 19 Jul 2013 16:01:26 +0900 Subject: [PATCH] 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 Signed-off-by: David S. Miller --- Reading git-format-patch failed