From: Arend van Spriel Date: Thu, 10 Feb 2011 14:27:45 +0000 (+0100) Subject: staging: brcm80211: remove #ifdef BCMDBG from regular functions X-Git-Tag: v2.6.39-rc1~469^2~531 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc042b67261043a93cfe2f311ffe5568a0b29017;p=pandora-kernel.git staging: brcm80211: remove #ifdef BCMDBG from regular functions Under error condition debug functions are being called which only have implementation when BCMDBG is defined. This result in #ifdef BCMDBG blocks in functions. This patch fixes this by mapping the debug functions to empty macro when BCMDBG is not defined. This makes the calling function easier to read. Reviewed-by: Brett Rudley Reviewed-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed