Skip to content
Commit 36e69da8 authored by Adam Ford's avatar Adam Ford Committed by David S. Miller
Browse files

net: ethernet: ravb: Fix release of refclk

The call to clk_disable_unprepare() can happen before priv is
initialized. This means moving clk_disable_unprepare out of
out_release into a new label.

Fixes: 8ef7adc6

 ("net: ethernet: ravb: Enable optional refclk")
Signed-off-by: default avatarAdam Ford <aford173@gmail.com>
Reviewed-by: default avatarSergei Shtylyov <sergei.shtylyov@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 17cb0070
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment