aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-08-16 12:25:21 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-08-24 16:28:05 -0400
commit9f19fa62edd2c397ed41c2dba29fb9f7144cb918 (patch)
tree2df431dee44817484b1a52035a70bf67abcc5574 /drivers/firmware
parent30bf4169ad163047f87a2555cb33aa55f5d5e2bc (diff)
drivers/net/wireless/wl12xx: Use available error codes
In each case, error codes are stored in ret, but the return value is always 0. Return ret instead. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @r@ local idexpression x; constant C; @@ if (...) { ... x = -C ... when != x ( return <+...x...+>; | return NULL; | return; | * return ...; ) } // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Acked-by: Kalle Valo <kvalo@adurom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions