]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit65fb414c93f486cef5408951350f20552113abd0
tree30d2c2516f6adeb1f0ea3d9e182307feb0ba48a2
parentce864c76ccd69470205f5cb22181bffe23563730
parent530f17e6cb3bac67723dd90b289a381cc04a52e8
Merge branch 'lan78xx-preparations-for-phylink'

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>