commit | 28cb6ccd2c7e86b3a4db94c7062cd27937bed424 | [log] [tgz] |
---|---|---|
author | Nicolas Kaiser <nikai@nikai.net> | Mon Nov 15 10:59:42 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 17 12:39:54 2010 -0800 |
tree | 062200bdbf581b3f1dda656de1f13152d6b82d84 | |
parent | 870634b0b641271acb2e22df06ddda0c794b89a3 [diff] |
gianfar: fix signedness issue irq_of_parse_and_map() has an unsigned return type. Testing for a negative error value doesn't work here. Signed-off-by: Nicolas Kaiser <nikai@nikai.net> Signed-off-by: David S. Miller <davem@davemloft.net>