mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()
authorGuobin Huang <huangguobin4@huawei.com>
Sat, 27 Mar 2021 09:56:18 +0000 (17:56 +0800)
committerFelix Fietkau <nbd@nbd.name>
Sun, 11 Apr 2021 22:03:05 +0000 (00:03 +0200)
commit2df51a2b7a256b242a91450325c143faae13f234
treeab53aeb55a58df69dc2a78a26c321c240858541e
parent1735e44dddc04e27860b6fc5099a64e4866115b7
mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()

There is a error message within devm_ioremap_resource
already, so remove the dev_err call to avoid redundant
error message.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Guobin Huang <huangguobin4@huawei.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7615/soc.c