]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: vertexcom: mse102x: Silence TX timeout
authorStefan Wahren <wahrenst@gmx.net>
Tue, 27 Aug 2024 19:09:57 +0000 (21:09 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Aug 2024 18:39:35 +0000 (11:39 -0700)
commit0069716da006146809c9b5714bec79285453fbee
tree005e40dcbe5a39f830413fb08807689f90ba39f4
parentc88908baec1a5f594bc70f28808a8e676311a69f
net: vertexcom: mse102x: Silence TX timeout

As long as the MSE102x is not operational, every packet transmission
will run into a TX timeout and flood the kernel log. So log only the
first TX timeout and a user is at least informed about this issue.
The amount of timeouts are still available via netstat.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240827191000.3244-3-wahrenst@gmx.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/vertexcom/mse102x.c