]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error print
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 18 May 2022 22:00:51 +0000 (00:00 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 20 May 2022 01:40:51 +0000 (18:40 -0700)
commit31feedafd23a2e9f46363e677b464a0bb44e3524
tree74f150699298b71575dacef3ad481b6cab16d59b
parent9715f2496f3a421c9d1d969c73c2a2257979018f
net: dsa: lantiq_gswip: Fix typo in gswip_port_fdb_dump() error print

gswip_port_fdb_dump() reads the MAC bridge entries. The error message
should say "failed to read mac bridge entry". While here, also add the
index to the error print so humans can get to the cause of the problem
easier.

Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/lantiq_gswip.c