commit | 0fc30e9350befdc1b5c8367d208fb7e2d68c0031 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Dec 15 12:23:08 2016 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 15:54:26 2016 +0200 |
tree | d66f6423d7487c74cc0e12e8bbcc2183850ad934 | |
parent | e40a005652ad55860300e36cd6a463c870c9dbcc [diff] |
rtlwifi: rtl8192c-common: Remove all instances of DBG_EMERG This is a step toward eliminating the RT_TRACE macros. Those calls that have DBG_EMERG as the level are always logged, and they represent error conditions, thus they are replaced with pr_err(). Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>