Fix logic error in rfkill_check_duplicity
authorJonathan McDowell <noodles@earth.li>
Thu, 30 Oct 2008 22:46:48 +0000 (22:46 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 6 Nov 2008 21:37:09 +0000 (16:37 -0500)
commit4a9d916717de0aab4313d43817164577255242fb
tree504d7b6df2e0998eb2f4df3c6e4a1939d97b1598
parent964d2777438bf7687324243d38ade538d9bbfe3c
Fix logic error in rfkill_check_duplicity

> I'll have a prod at why the [hso] rfkill stuff isn't working next

Ok, I believe this is due to the addition of rfkill_check_duplicity in
rfkill and the fact that test_bit actually returns a negative value
rather than the postive one expected (which is of course equally true).
So when the second WLAN device (the hso device, with the EEE PC WLAN
being the first) comes along rfkill_check_duplicity returns a negative
value and so rfkill_register returns an error. Patch below fixes this
for me.

Signed-Off-By: Jonathan McDowell <noodles@earth.li>
Acked-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/rfkill/rfkill.c