linux/drivers/net/can
Dan Carpenter ea3fb371b2 ems_usb: cleanup: remove uneeded check
"skb" is alway non-null here, but even if it were null the check isn't
needed because dev_kfree_skb() can handle it.

This eliminates a smatch warning about dereferencing a variable before
checking that it is non-null.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-03-07 15:25:50 -08:00
..
mscan can: mscan-mpc5xxx: fix broken support for the MPC5200 2010-01-15 01:43:30 -08:00
sja1000 can: netlink support for bus-error reporting and counters 2010-02-26 01:48:49 -08:00
usb ems_usb: cleanup: remove uneeded check 2010-03-07 15:25:50 -08:00
at91_can.c can: Proper ctrlmode handling for CAN devices 2010-01-15 01:39:17 -08:00
bfin_can.c can: Proper ctrlmode handling for CAN devices 2010-01-15 01:39:17 -08:00
dev.c can: netlink support for bus-error reporting and counters 2010-02-26 01:48:49 -08:00
Kconfig can: CAN_MCP251X should depend on HAS_DMA 2009-12-13 19:56:36 -08:00
Makefile can: add the driver for Analog Devices Blackfin on-chip CAN controllers 2009-12-11 15:07:58 -08:00
mcp251x.c can: mcp251x: Move to threaded interrupts instead of workqueues. 2010-02-03 20:32:28 -08:00
ti_hecc.c can: ti hecc module : add platform specific initialization callback. 2010-02-26 05:22:03 -08:00
vcan.c can: Unify droping of invalid tx skbs and netdev stats 2010-01-12 02:00:46 -08:00