From a3d88c92a1d7ebbe1e956fd9f0f37bc383f2571b Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Fri, 19 Jul 2013 16:12:50 +0900 Subject: [PATCH] gpiolib: 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: Linus Walleij --- Reading git-format-patch failed