commit | 10cae1c8dfbbdee55bdfcb7034f4c2c1197dc0a4 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 24 23:09:00 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 29 00:23:13 2011 -0500 |
tree | b46d5e41cbc3e8852d9239153f82d268865fe14c | |
parent | ac1a1de31515d950f858ba47d2bba74ff9a2614d [diff] |
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>