commit | 2d15acac23542ffe7b89ef65f80903ec33625899 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Thu Dec 15 12:23:04 2016 -0600 |
committer | Kalle Valo <kvalo@codeaurora.org> | Fri Dec 30 15:54:24 2016 +0200 |
tree | a33a435794c2624b0168e7059a9dd9e27b0f54b4 | |
parent | c7532b87653b91c1d5623e9dc147cccb8709769a [diff] |
rtlwifi: rtl8192se: 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>