EDAC: Replace strict_strtol() with kstrtol()
authorJingoo Han <jg1.han@samsung.com>
Fri, 19 Jul 2013 07:07:21 +0000 (16:07 +0900)
committerBorislav Petkov <bp@suse.de>
Wed, 24 Jul 2013 07:30:03 +0000 (09:30 +0200)
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: Borislav Petkov <bp@suse.de>

No differences found