net: davicom: Fix regulator not turned off on failed probe
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 11 Apr 2021 09:02:08 +0000 (11:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Apr 2021 23:53:58 +0000 (16:53 -0700)
commit31457db3750c0b0ed229d836f2609fdb8a5b790e
treea320289be744067b1abce39fb05309a92a597160
parent4af2178ac605faf32ebe638f7ac17d841d40ea9b
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>
drivers/net/ethernet/davicom/dm9000.c