]> git.baikalelectronics.ru Git - kernel.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)
commitbd54900e95ec1dd15595c7d0c69e1940d27b90fd
tree3928a6454b32cbaf5389de8a66007356ad9142a1
parentadf4be1891fda5fe08961cce4476650ccefe2245
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