From: Jingoo Han Date: Wed, 24 Jul 2013 05:34:08 +0000 (+0900) Subject: staging: tidspbridge: replace strict_strtol() with kstrtos32() X-Git-Tag: v3.11-rc3~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=932ef3685f287799fa844862d607a6b596ba5b9e;p=pandora-kernel.git staging: tidspbridge: replace strict_strtol() with kstrtos32() The usage of strict_strtol() is not preferred, because strict_strtol() is obsolete. Thus, kstrtos32() should be used in order to convert a string to s32. Also, error handling is added to get rid of a __must_check warning. This fixes a memory corruption bug as well. Signed-off-by: Jingoo Han Reviewed-by: Dan Carpenter Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed