commit | 4202e219edd6cc164c042e16fa327525410705ae | [log] [tgz] |
---|---|---|
author | Chuhong Yuan <hslester96@gmail.com> | Fri Nov 01 20:17:25 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 01 10:25:39 2019 -0700 |
tree | 86a017e1ef847781e94cc48dd209b97908d1e595 | |
parent | 623d0c2db02043e43b698fdd8de1bd398b8e7b37 [diff] |
net: ethernet: arc: add the missed clk_disable_unprepare The remove misses to disable and unprepare priv->macclk like what is done when probe fails. Add the missed call in remove. Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>