commit | 939b20022765bc338b0f72cbf1eed60a907398d7 | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Wed Nov 30 15:29:52 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 02 10:42:46 2016 -0500 |
tree | 577f70e200862f86d96404a44c6331151f558a26 | |
parent | 2d222656db08b8eef3b53b56cf1ce4a90fe8cd78 [diff] |
net: ethernet: stmmac: dwmac-generic: fix probe error path Make sure to call any exit() callback to undo the effect of init() before returning on late probe errors. Fixes: cf3f047b9af4 ("stmmac: move hw init in the probe (v2)") Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>