commit | d59e609d6568ba5ab23c256f412ac5ec360722c1 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Mon Nov 01 15:25:16 2010 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Mon Nov 01 15:30:53 2010 -0400 |
tree | 2caad01eb530fc5ab31d189c8b9749021a596934 | |
parent | 5d966115de84c22cd4df029cb00be0e51fab6c10 [diff] |
arch/tile: avoid __must_check warning on one strict_strtol check 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>