commit | 75bf74b90fd0c21b92d5e6153eb40388812e7096 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Aug 24 23:16:48 2011 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Aug 25 08:45:45 2011 -0700 |
tree | 6688c574fe79bddd1f9f5a42300e0bddc22b7b52 | |
parent | 09ebd6f23b07f1eb0c8850af32d05519ddeaa524 [diff] |
staging: brcmfmac: Consolidate debugging macros Convert multiple BRCMF_<debug_level> 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 <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>