git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94bd217
)
viafb: replace strict_strtoul to kstrto* and check return value
author
Wang Shaoyan
<wangshaoyan.pt@taobao.com>
Mon, 8 Aug 2011 02:18:15 +0000
(10:18 +0800)
committer
Florian Tobias Schandinat
<FlorianSchandinat@gmx.de>
Wed, 17 Aug 2011 20:13:13 +0000
(20:13 +0000)
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 <wangshaoyan.pt@taobao.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
No differences found