commit | c7f62fc87bb4f3ee7f21fed959795de2bd415ccf | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Sat Jun 01 16:08:22 2013 +0900 |
committer | Borislav Petkov <bp@suse.de> | Sat Jun 08 10:16:33 2013 +0200 |
tree | 5866fcf20c72962be16bbcedc2efcd3c9b49c3ae | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e [diff] |
EDAC: Replace strict_strtoul() with kstrtoul() 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>