From: Joe Perches Date: Thu, 25 Aug 2011 06:16:48 +0000 (-0700) Subject: staging: brcmfmac: Consolidate debugging macros X-Git-Tag: v3.2-rc1~169^2^2~864^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75bf74b90fd0c21b92d5e6153eb40388812e7096;p=pandora-kernel.git staging: brcmfmac: Consolidate debugging macros Convert multiple BRCMF_ macros to a single brcmf_dbg(level, fmt, ...) macro. Remove the now unnecessary double parentheses in the uses of the old macros when converting to brcmf_dbg. Delete all uses of "%s: [fmt]", __func__, args... and move the "%s: ", __func__ to the macro for consistency. Coalesce long formats. Signed-off-by: Joe Perches Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed