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:
5d96611
)
arch/tile: avoid __must_check warning on one strict_strtol check
author
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 1 Nov 2010 19:25:16 +0000
(15:25 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Mon, 1 Nov 2010 19:30:53 +0000
(15:30 -0400)
For the "initfree" boot argument it's not that big a deal, but
to avoid warnings in the code, we check for a valid value before
allowing the specified argument to override the kernel default.
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
No differences found