]> 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)
commit62abdceff8670e460d007d7c8c987b2db674c25a
tree74f150699298b71575dacef3ad481b6cab16d59b
parentd0d39ffcec763e1c8737778d7e08bd3dc15a86ec
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