]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
brcmsmac: Remove stray argument from debug macro
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 21 Nov 2012 15:24:31 +0000 (09:24 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 21 Nov 2012 19:16:05 +0000 (14:16 -0500)
One of the debug macro invocations ended up with a stray 0 argument
where the format string should be. Remove it.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c

index 8c835cd6b99ee538c15a918b06e9c9b401c675dc..1710ccba8bacf2c49961be0a61d89f6332cfbed4 100644 (file)
@@ -570,7 +570,7 @@ brcms_ops_configure_filter(struct ieee80211_hw *hw,
        if (changed_flags & FIF_ALLMULTI)
                brcms_dbg_info(core, "FIF_ALLMULTI\n");
        if (changed_flags & FIF_FCSFAIL)
-               brcms_dbg_info(core, 0, "FIF_FCSFAIL\n");
+               brcms_dbg_info(core, "FIF_FCSFAIL\n");
        if (changed_flags & FIF_CONTROL)
                brcms_dbg_info(core, "FIF_CONTROL\n");
        if (changed_flags & FIF_OTHER_BSS)