]> git.baikalelectronics.ru Git - kernel.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)
commite8bd4265361e4384d964ff346878f238e5952eeb
tree2ba5b8b7be31d140b084550d7773748b642dd8e6
parent0e8a78a0c0f176d6af54d31792a31405843fa18e
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