commit | c38af3f06af4780c3b245a67a89d991bdd36a1e0 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Dec 15 12:23:06 2016 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 15:54:25 2016 +0200 |
tree | af10d7282ff383cf2f5e62886ff787fa3ba1b51f | |
parent | b8c79f454880708119e39264a89705e10961d3fd [diff] |
rtlwifi: rtl8192cu: 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>