]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinit
authorWright Feng <wright.feng@broadcom.com>
Fri, 3 Jun 2016 21:31:08 +0000 (23:31 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 16 Jun 2016 15:19:56 +0000 (18:19 +0300)
The error message is given for something that is not an error here as
the drive strength configuration may not be applicable for specific
devices. Therefor the error message is rephrased and changed to a
debug message.

Signed-off-by: Wright Feng <wright.feng@broadcom.com>
[arend@broadcom.com: rephrase commit message]
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c

index 67e69bff2545f442c95d80726cbe6ed16584e80d..22b7dc01663c09d9ebfe980b4e9e7553b7ad043c 100644 (file)
@@ -3666,7 +3666,7 @@ brcmf_sdio_drivestrengthinit(struct brcmf_sdio_dev *sdiodev,
                str_shift = 11;
                break;
        default:
-               brcmf_err("No SDIO Drive strength init done for chip %s rev %d pmurev %d\n",
+               brcmf_dbg(INFO, "No SDIO driver strength init needed for chip %s rev %d pmurev %d\n",
                          ci->name, ci->chiprev, ci->pmurev);
                break;
        }