]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ax25: cleanup a range test
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 18 Oct 2013 09:06:56 +0000 (12:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Oct 2013 17:56:07 +0000 (13:56 -0400)
commit768877537de6b9f7c043b73f82baab4f09ee9799
tree3928a6454b32cbaf5389de8a66007356ad9142a1
parent77dfca7e45518ea87a4e90f9142b87687f55f708
ax25: cleanup a range test

The current test works fine in practice.  The "amount" variable is
actually used as a boolean so negative values or any non-zero values
count as "true".  However since we don't allow numbers greater than one,
let's not allow negative numbers either.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/af_ax25.c