Revision a18caa97b1bda0a3d126a7be165ddcfc56c2dde6 authored by Marco Felsch on 11 January 2021, 08:59:32 UTC, committed by Jakub Kicinski on 13 January 2021, 02:39:19 UTC
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 <m.felsch@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20210111085932.28680-1-m.felsch@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent df85bc1
History
File Mode Size
.gitignore -rw-r--r-- 17 bytes
Makefile -rw-r--r-- 110 bytes
binderfs_example.c -rw-r--r-- 1.9 KB

back to top