linux/drivers/net/hamradio
Dan Carpenter feb27d155d ax25: remove unneeded NULL test in ax_xmit()
We get a static checker warning here on devel kernels:

	drivers/net/hamradio/mkiss.c:560 ax_xmit()
	warn: variable dereferenced before check 'skb' (see line 532)

It turns out that the NULL check can be deleted.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-03-06 21:50:42 -05:00
..
6pack.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
Kconfig
Makefile
baycom_epp.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
baycom_par.c
baycom_ser_fdx.c
baycom_ser_hdx.c
bpqether.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
dmascc.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
hdlcdrv.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
mkiss.c ax25: remove unneeded NULL test in ax_xmit() 2015-03-06 21:50:42 -05:00
scc.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
yam.c ax25: Stop using magic neighbour cache operations. 2015-03-03 14:44:41 -05:00
z8530.h