net/hamradio: fix test in receive()
authorroel kluin <roel.kluin@gmail.com>
Tue, 6 Oct 2009 01:20:08 +0000 (01:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Oct 2009 10:44:08 +0000 (03:44 -0700)
commita81d4bfdef72af6b332306a64e2d119bd5365506
tree5aeca0869589bc38f5b8e529cf927b39c7a57edc
parent06a96b33aea838b61a6eeccded781a305cf85a12
net/hamradio: fix test in receive()

The negation makes it a bool before the comparison and hence it
will never evaluate to true.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/baycom_epp.c