mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*
authorJingoo Han <jg1.han@samsung.com>
Tue, 4 Jun 2013 04:11:50 +0000 (13:11 +0900)
committerLee Jones <lee.jones@linaro.org>
Thu, 13 Jun 2013 09:51:56 +0000 (10:51 +0100)
commit8420a24138e4ad7a8351bef136139ecb27cb15c5
treec18f945c0fdd41ff83702c6654166748506dea72
parentfccf14ad1e4f09a4033908ead9bf3f393979d54b
mfd: Replace strict_strtoul() with kstrtoul() in ab* and att*

The usage of strict_strtoul() is not preferred, because
strict_strtoul() is obsolete. Thus, kstrtoul() should be
used.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/aat2870-core.c
drivers/mfd/ab3100-core.c
drivers/mfd/ab8500-debugfs.c