EDAC: Replace strict_strtoul() with kstrtoul()
authorJingoo Han <jg1.han@samsung.com>
Sat, 1 Jun 2013 07:08:22 +0000 (16:08 +0900)
committerBorislav Petkov <bp@suse.de>
Sat, 8 Jun 2013 08:16:33 +0000 (10:16 +0200)
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>
Signed-off-by: Borislav Petkov <bp@suse.de>

No differences found