]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'lan78xx-preparations-for-phylink'
authorJakub Kicinski <kuba@kernel.org>
Wed, 18 Dec 2024 03:51:58 +0000 (19:51 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 18 Dec 2024 03:51:58 +0000 (19:51 -0800)
commit95dcfdff8bb637ba8250674d1ade1def63d70260
tree0cd9ffcd72020137e89e12bccbadf3ef5efea1ac
parent33d06d1d28124b042178894584b727fdf83660b1
parent01e2f4d55bda0e24548e1458e77975898683a2cd
Merge branch 'lan78xx-preparations-for-phylink'

Oleksij Rempel says:

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

This patch set is a third 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/20241216120941.1690908-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>