linux-kernel-test/drivers/net/wimax/i2400m
Rickard Strandqvist f05d435bde net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to false
Logical conjunction always evaluates to false:  minor < 2 && minor > 1
I guess what you wanted is rather: minor > 2 || minor < 1

This was partly found using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-06-11 00:13:16 -07:00
..
control.c net: wimax: i2400m: control.c: Cleaning up conjunction always evaluates to false 2014-06-11 00:13:16 -07:00
debug-levels.h
debugfs.c i2400m: debugfs return code is wrong 2012-10-25 18:01:38 +02:00
driver.c wimax/i2400m: make return of 0 explicit 2014-05-21 17:16:24 -04:00
fw.c remove init of dev->perm_addr in drivers 2013-01-08 18:00:48 -08:00
i2400m-usb.h wimax: Remove extern from function prototypes 2013-09-24 16:46:22 -07:00
i2400m.h wimax: Remove extern from function prototypes 2013-09-24 16:46:22 -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
netdev.c wimax/i2400m: remove open-coded skb_cow_head. 2014-03-29 17:49:47 -04:00
op-rfkill.c
rx.c drivers: net: misc: Remove unused OOM variables 2013-02-06 14:58:52 -05:00
sysfs.c
tx.c net: fix assignment of 0/1 to bool variables. 2011-12-19 22:27:29 -05:00
usb-debug-levels.h
usb-fw.c wimax: fix printk format warnings 2012-07-22 12:18:39 -07:00
usb-notif.c wimax: Remove unnecessary alloc/OOM messages, alloc cleanups 2013-02-04 13:22:34 -05:00
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 wimax/i2400m: remove an unused variable 2011-12-16 15:57:03 -05:00
usb.c ethtool: fix drvinfo strings set in drivers 2013-01-06 21:06:31 -08:00