commit | 4e2b4378f9d79737b0694df1e6cbd0c6f26c2a27 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Dec 15 12:23:00 2016 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 15:54:21 2016 +0200 |
tree | 39f9f98db583a1ab24647c39e734797727a6da51 | |
parent | 004a1e167905bf664c81dfdb195f1b8917cc3649 [diff] |
rtlwifi: rtl8723be: 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>