rtlwifi: Remove incorrect logging message prefixes
pr_fmt() adds them. These are unnecessary and wrong. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Este cometimento está contido em:

cometido por
John W. Linville

ascendente
481b9606ec
cometimento
d9595ce30b
@@ -84,7 +84,7 @@ void rtl92c_read_chip_version(struct ieee80211_hw *hw)
|
||||
}
|
||||
}
|
||||
rtlhal->version = (enum version_8192c)chip_version;
|
||||
pr_info("rtl8192cu: Chip version 0x%x\n", chip_version);
|
||||
pr_info("Chip version 0x%x\n", chip_version);
|
||||
switch (rtlhal->version) {
|
||||
case VERSION_NORMAL_TSMC_CHIP_92C_1T2R:
|
||||
RT_TRACE(rtlpriv, COMP_INIT, DBG_TRACE,
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador