From: Joe Perches Date: Fri, 28 Jan 2011 04:04:25 +0000 (-0800) Subject: staging: ath6kl: Convert BDADDR_Present uses to TRUE/FALSE bugfix X-Git-Tag: v2.6.39-rc1~469^2~766 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807208fe775e3c41776007544bc7d4f7e5d2ef25;p=pandora-kernel.git 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 Acked-by: Vipin Mehta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed