Merge branch 'lan78xx-preparations-for-phylink'
authorJakub Kicinski <kuba@kernel.org>
Wed, 11 Dec 2024 02:48:33 +0000 (18:48 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Dec 2024 02:52:09 +0000 (18:52 -0800)
Oleksij Rempel says:

====================
lan78xx: Preparations for PHYlink

This patch set is a second part of the preparatory work for migrating
the lan78xx USB Ethernet driver to the PHYlink framework. During
extensive testing, I observed that resetting the USB adapter can lead to
various read/write errors. While the errors themselves are acceptable,
they generate excessive log messages, resulting in significant log spam.
This set improves error handling to reduce logging noise by addressing
errors directly and returning early when necessary.
====================

Link: https://patch.msgid.link/20241209130751.703182-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge