commit | e46772a6946a7d1f3fbbc1415871851d6651f1d4 | [log] [tgz] |
---|---|---|
author | Branislav Radocaj <branislav@radocaj.org> | Thu Dec 07 00:07:38 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 07 13:51:09 2017 -0500 |
tree | 28c78ec43830de6dba6532ecd8d4c99646eb621b | |
parent | 589bf32f09852041fbd3b7ce1a9e703f95c230ba [diff] |
net: ethernet: arc: fix error handling in emac_rockchip_probe If clk_set_rate() fails, we should disable clk before return. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Branislav Radocaj <branislav@radocaj.org> Signed-off-by: David S. Miller <davem@davemloft.net>