xt.git - net-next plumbings
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2016-12-15 12:23:03 -0600
committerKalle Valo <kvalo@codeaurora.org>2016-12-30 15:54:23 +0200
commitc7532b87653b91c1d5623e9dc147cccb8709769a (patch)
tree3ff05a8c0206118c5d725839e83a4c678c82d79d
parenta44f59d60365a7236601911b529566f1428227d4 (diff)
rtlwifi: rtl8723-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>