linux/drivers/net/can/usb
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
..
Kconfig trivial: remove duplicated "from" in CAN USB EMS Kconfig help 2010-02-03 20:32:18 -08:00
Makefile can: Fix driver Kconfig structure 2009-11-13 19:56:55 -08:00
ems_usb.c ems_usb: cleanup: remove uneeded check 2010-03-07 15:25:50 -08:00