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)
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>

No differences found