Skip to content

Commit

Permalink
mt76: mt7921: reduce log severity levels for informative messages
Browse files Browse the repository at this point in the history
Use dev_dbg instead for the diagnostic messages.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
moore-bros authored and nbd168 committed Jul 11, 2022
1 parent b8304b4 commit 6e0d707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mt7921/mac.c
Expand Up @@ -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);

Expand Down

0 comments on commit 6e0d707

Please sign in to comment.