commit | a81d4bfdef72af6b332306a64e2d119bd5365506 | [log] [tgz] |
---|---|---|
author | roel kluin <roel.kluin@gmail.com> | Tue Oct 06 01:20:08 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 13 03:44:08 2009 -0700 |
tree | 5aeca0869589bc38f5b8e529cf927b39c7a57edc | |
parent | 06a96b33aea838b61a6eeccded781a305cf85a12 [diff] |
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>