Re: [PATCH] net: phy: dp83869: Fix return paths to return proper values

From: David Miller
Date: Tue Nov 26 2019 - 17:43:26 EST


From: Dan Murphy <dmurphy@xxxxxx>
Date: Tue, 26 Nov 2019 08:38:56 -0600

> Fix the return paths for all I/O operations to ensure
> that the I/O completed successfully. Then pass the return
> to the caller for further processing
>
> Reported-by: Andrew Lunn <andrew@xxxxxxx>
> Fixes: 01db923e8377 ("net: phy: dp83869: Add TI dp83869 phy")
> Signed-off-by: Dan Murphy <dmurphy@xxxxxx>

Please specify the Fixes: tag as the first tag in the future.

Applied, thanks.