Improved code readability by getting rid of proprietary log functions like WL_NONE and WL_ERROR. More logging code cleanup changes in the pipeline, but I would first like to get some feedback of the community on this patch. Roland Vossen (3): staging: brcm80211: replaced WL_NONE with no_printk staging: brcm80211: making device object accessible from wlc and phy staging: brcm80211: replaced WL_ERROR with dev_err in two files. drivers/staging/brcm80211/brcmfmac/bcmsdh_linux.c | 2 +- .../staging/brcm80211/brcmsmac/phy/wlc_phy_cmn.c | 4 +- .../staging/brcm80211/brcmsmac/phy/wlc_phy_hal.h | 2 +- .../staging/brcm80211/brcmsmac/phy/wlc_phy_int.h | 1 + drivers/staging/brcm80211/brcmsmac/wl_dbg.h | 2 - drivers/staging/brcm80211/brcmsmac/wl_mac80211.c | 267 +++++++++++--------- drivers/staging/brcm80211/brcmsmac/wl_mac80211.h | 1 + drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c | 8 +- drivers/staging/brcm80211/brcmsmac/wlc_antsel.c | 7 +- drivers/staging/brcm80211/brcmsmac/wlc_bmac.c | 3 +- drivers/staging/brcm80211/brcmsmac/wlc_channel.c | 8 +- drivers/staging/brcm80211/brcmsmac/wlc_main.c | 10 +- drivers/staging/brcm80211/brcmsmac/wlc_main.h | 1 + drivers/staging/brcm80211/brcmsmac/wlc_pub.h | 2 +- 14 files changed, 175 insertions(+), 143 deletions(-) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel