commit | 02527a73beb344f8f7fff39c04e29a94127b8ee8 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Dec 15 12:23:09 2016 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 15:54:27 2016 +0200 |
tree | 3dfc9e8e0c60bc53181ba7974b046c6831e50dc0 | |
parent | 0fc30e9350befdc1b5c8367d208fb7e2d68c0031 [diff] |
rtlwifi: rtl8188ee: 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>