staging: ath6kl: Convert BDADDR_Present uses to TRUE/FALSE bugfix
authorJoe Perches <joe@perches.com>
Fri, 28 Jan 2011 04:04:25 +0000 (20:04 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 31 Jan 2011 21:53:12 +0000 (13:53 -0800)
commit807208fe775e3c41776007544bc7d4f7e5d2ef25
treeee0570a0fcee9545acc843ebb4ad34eae881d055
parent879cf160ed0494ea1ffa8959c388d3aa391f3be2
staging: ath6kl: Convert BDADDR_Present uses to TRUE/FALSE bugfix

The previous uses of BDADDR_Present set the initial value to
A_ERROR (-1) when not present and A_OK (0) when present.

A later test for (!BDADDR_Present) was therefore logically inverted.
Convert the values to TRUE/FALSE and the test is now logically correct.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Vipin Mehta <vipin.mehta@atheros.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c