From: Joe Perches Date: Sun, 15 Jan 2012 08:38:42 +0000 (-0800) Subject: brcm80211: Convert printk(KERN_DEBUG to pr_debug X-Git-Tag: v3.4-rc1~177^2~376^2^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18aad4f8e11530fd7e41d0faea0752c3a0ce799c;p=pandora-kernel.git brcm80211: Convert printk(KERN_DEBUG to pr_debug Use pr_debug to allow dynamic debugging to work. Move an #endif to allow brcmf_dbg_hex_dump to be outside the #if/#endif block. Move a const char* declaration to be inside a pr_debug so the function doesn't need a #if/#endif block. Don't use temporaries in debugging functions so the code can be optimized away. Signed-off-by: Joe Perches Signed-off-by: John W. Linville --- Reading git-diff-tree failed