kernel-aes67/net/netrom
Ralf Baechle 10cae1c8df NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking.
nr_route.ndigis is unsigned int so the nr_route.ndigis < 0 expression is
never true and can be dropped.  Doing the nr_ax25_dev_get call later
allows the nr_route.ndigis test to bail out without having to dev_put.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Thomas Osterried <thomas@osterried.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-29 00:23:13 -05:00
..
af_netrom.c NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls 2011-04-14 00:20:07 -07:00
Makefile
nr_dev.c
nr_in.c
nr_loopback.c
nr_out.c
nr_route.c NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking. 2011-11-29 00:23:13 -05:00
nr_subr.c
nr_timer.c
sysctl_net_netrom.c