batman-adv: make batadv_test_bit() return 0 or 1 only
authorLinus Lüssing <linus.luessing@web.de>
Fri, 14 Sep 2012 00:40:54 +0000 (00:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Sep 2012 19:49:53 +0000 (15:49 -0400)
commitdbd6b11e15a2f96030da17dbeda943a8a98ee990
treeda58d7bcdf790f48555e4e0152ddf3a1df23dee8
parent59d86c760fbb855d9a26b9b280d4ff59303f2fc5
batman-adv: make batadv_test_bit() return 0 or 1 only

On some architectures test_bit() can return other values than 0 or 1:

With a generic x86 OpenWrt image in a kvm setup (batadv_)test_bit()
frequently returns -1 for me, leading to batadv_iv_ogm_update_seqnos()
wrongly signaling a protected seqno window.

This patch tries to fix this issue by making batadv_test_bit() return 0
or 1 only.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
Acked-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/batman-adv/bitarray.h