From: Wang Shaoyan Date: Mon, 8 Aug 2011 02:18:15 +0000 (+0800) Subject: viafb: replace strict_strtoul to kstrto* and check return value X-Git-Tag: v3.2-rc1~120^2~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ce36bbb0497bdd3d6b8682175e5c58745b7acdd;p=pandora-kernel.git viafb: replace strict_strtoul to kstrto* and check return value This commit replace the function strict_strtoul(becasue commit 33ee3b2e), and check the return value to avoid such warning: drivers/video/via/viafbdev.c:1992: warning: ignoring return value of 'kstrtoul', declared with attribute warn_unused_result Signed-off-by: Wang Shaoyan Signed-off-by: Florian Tobias Schandinat --- Reading git-diff-tree failed