From: Arend van Spriel Date: Fri, 7 Dec 2012 09:49:57 +0000 (+0100) Subject: brcmfmac: error messages should not be suppressed X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e8149f5036afe2d94b5fafc9ff752283804a752;p=pandora-kernel.git brcmfmac: error messages should not be suppressed The call to brcmf_dbg(ERROR, ...) only resulted in a log message when compiled with -DDEBUG. Error messages are valuable for resolving issues so this patch replaces it with brcmf_err(...) so they always end up in the log. Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed