commit | cf9e60aa69ae6c40d3e3e4c94dd6c8de31674e9b | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Sun Mar 07 13:17:48 2021 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 08 12:01:58 2021 -0800 |
tree | 1620bd0a8c000f95d84512ddaf2baf7913268859 | |
parent | ac88c531a5b38877eba2365a3f28f0c8b513dc33 [diff] |
net: davicom: Fix regulator not turned off on driver removal We must disable the regulator that was enabled in the probe function. Fixes: 7994fe55a4a2 ("dm9000: Add regulator and reset support to dm9000") Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: David S. Miller <davem@davemloft.net>