Files
linux/drivers
Joe Perches 18aad4f8e1 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 <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-01-24 14:21:14 -05:00
..
2012-01-24 14:21:12 -05:00
2012-01-03 22:54:07 -05:00
2012-01-12 20:13:11 -08:00
2012-01-12 15:44:42 +10:30
2012-01-13 10:12:23 -08:00
2012-01-02 13:04:55 +01:00