]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
brcmsmac: Use debug macros for general error and debug statements
authorSeth Forshee <seth.forshee@canonical.com>
Thu, 15 Nov 2012 14:08:03 +0000 (08:08 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 20 Nov 2012 19:06:16 +0000 (14:06 -0500)
commitb353dda485038d5033b066cc946dfcf66afae128
tree580478e5f30806760f016959a59e269d89af9910
parent269de12bf10d2398bc6263ab4970bdcde7535787
brcmsmac: Use debug macros for general error and debug statements

Convert most uses of wiphy_* and pr_* for general error and debug
messages to use the internal debug macros instead. Most code used only
for initialization still use wiphy_err(), as well as some locations
which are executed too early to use the debug macros. Some debug
messages which are redundant or not useful are removed.

Acked-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Tested-by: Daniel Wagner <wagi@monom.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/ampdu.c
drivers/net/wireless/brcm80211/brcmsmac/antsel.c
drivers/net/wireless/brcm80211/brcmsmac/channel.c
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
drivers/net/wireless/brcm80211/brcmsmac/main.c