On Mon, 11 Jan 2021 15:17:05 +0100 Andrew Lunn wrote:
On Mon, Jan 11, 2021 at 09:59:32AM +0100, Marco Felsch wrote:
quoted
Commit bedd8d78aba3 ("net: phy: smsc: LAN8710/20: add phy refclk in
support") added the phy clk support. The commit already checks if
clk_get_optional() throw an error but instead of returning the error it
ignores it.
Fixes: bedd8d78aba3 ("net: phy: smsc: LAN8710/20: add phy refclk in support")
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Marco Felsch <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Applied, thanks!