linux/drivers/net/wimax/i2400m
Julia Lawall 82a820e8d7 drivers/net/wimax/i2400m/fw.c: fix error return code
Convert a nonnegative error return code to a negative one, as returned
elsewhere in the function.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
identifier ret;
expression e1,e2;
@@

if (ret < 0)
 { ... return ret; }
 ... when != ret = e1
     when forall
*if(...)
 {
  ... when != ret = e2
* return ret;
 }
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-08-20 02:33:21 -07:00
..
Kconfig i2400m: remove SDIO device support 2012-07-11 15:40:22 -04:00
Makefile i2400m: remove SDIO device support 2012-07-11 15:40:22 -04:00
control.c wimax: fix printk format warnings 2012-07-22 12:18:39 -07:00
debug-levels.h
debugfs.c simple_open: automatically convert to simple_open() 2012-04-05 15:25:50 -07:00
driver.c drivers/net: Use eth_random_addr 2012-07-16 22:38:28 -07:00
fw.c drivers/net/wimax/i2400m/fw.c: fix error return code 2012-08-20 02:33:21 -07:00
i2400m-usb.h
i2400m.h i2400m: remove SDIO device support 2012-07-11 15:40:22 -04:00
netdev.c
op-rfkill.c
rx.c
sysfs.c
tx.c
usb-debug-levels.h
usb-fw.c wimax: fix printk format warnings 2012-07-22 12:18:39 -07:00
usb-notif.c
usb-rx.c skb: Add inline helper for getting the skb end offset from head 2012-05-06 13:13:19 -04:00
usb-tx.c
usb.c net: Fix spelling typo in net 2012-04-14 15:29:02 -04:00