Re: [PATCH net-next v1 04/11] net: usb: lan78xx: Add error handling to lan78xx_get_regs
From: Jakub Kicinski
Date: Tue Dec 10 2024 - 21:53:44 EST
On Mon, 9 Dec 2024 14:07:44 +0100 Oleksij Rempel wrote:
> Update `lan78xx_get_regs` to handle errors during register and PHY
> reads. Log warnings for failed reads and exit the function early if an
> error occurs. This ensures that invalid data is not returned to users.
Should we zero out all the returned regs, too?
Make it more obvious we failed.