Commit af1c9bb2 authored by Sean Wang's avatar Sean Wang Committed by Felix Fietkau

mt76: mt7921: reduce log severity levels for informative messages

Use dev_dbg instead for the diagnostic messages.
Signed-off-by: default avatarSean Wang <sean.wang@mediatek.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 9dfb28e9
......@@ -740,7 +740,7 @@ void mt7921_mac_reset_work(struct work_struct *work)
struct mt76_connac_pm *pm = &dev->pm;
int i;
dev_err(dev->mt76.dev, "chip reset\n");
dev_dbg(dev->mt76.dev, "chip reset\n");
dev->hw_full_reset = true;
ieee80211_stop_queues(hw);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment