Searched hist:"31457 db3750c0b0ed229d836f2609fdb8a5b790e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | diff 31457db3750c0b0ed229d836f2609fdb8a5b790e Sun Apr 11 04:02:08 CDT 2021 Christophe JAILLET <christophe.jaillet@wanadoo.fr> net: davicom: Fix regulator not turned off on failed probe
When the probe fails, we must disable the regulator that was previously enabled.
This patch is a follow-up to commit ac88c531a5b3 ("net: davicom: Fix regulator not turned off on failed probe") which missed one case.
Fixes: 7994fe55a4a2 ("dm9000: Add regulator and reset support to dm9000") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
|