From: Joe Perches Date: Fri, 28 Jan 2011 04:04:20 +0000 (-0800) Subject: staging: ath6kl: Remove A_SUCCESS macro X-Git-Tag: v2.6.39-rc1~469^2~771 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509c9d973055e3d98c0d2aa2cb40c9139526fd74;p=pandora-kernel.git staging: ath6kl: Remove A_SUCCESS macro Remove obfuscating A_SUCCESS(foo) macro. Just test for !foo instead. Reformat a few macros that used A_SUCCESS for better readability. Add do { foo } while (0) surrounds to those macros too. Signed-off-by: Joe Perches Acked-by: Vipin Mehta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed