]> git.karo-electronics.de Git - karo-tx-linux.git/commit
brcmfmac: Do not print the firmware version as an error
authorHans de Goede <hdegoede@redhat.com>
Wed, 8 Mar 2017 13:50:15 +0000 (14:50 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 20 Mar 2017 17:14:16 +0000 (19:14 +0200)
commitd79fe4cb70d8deab7b8dc1de547ed4b915574414
tree2ba5b8b7be31d140b084550d7773748b642dd8e6
parentf1ac3aa212af6dd0a36dc07a63f95f91be6f4935
brcmfmac: Do not print the firmware version as an error

Using pr_err for things which are not errors is a bad idea. E.g. it
will cause the plymouth bootsplash screen to drop back to the text
console so that the user can see the error, which is not what we
normally want to happen.

Instead add a new brcmf_info macro and use that.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
drivers/net/wireless/broadcom/brcm80211/brcmfmac/debug.h