commit | b988763857426020e50a19434c8434a1e08e70eb | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Fri Feb 15 21:58:52 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 20 20:11:48 2008 -0500 |
tree | 102f17ff0319d9115eafd91286a727659335bebe | |
parent | 65872e6b434ca463123f7d03b530f143aabc6333 [diff] |
WDEV, ath5k, don't return int from bool function sparse sees int -> bool cast as an error: hw.c:3754:10: warning: cast truncates bits from constant value (ffffffea becomes 0) Fix it by converting the rettype to int and check appropriately. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Nick Kossifidis <mickflemm@gmail.com> Cc: Luis R. Rodriguez <mcgrof@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>