diff options
author | Douglas Anderson <dianders@chromium.org> | 2017-01-06 08:31:01 -0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-01-06 18:08:16 +0100 |
commit | 8118fe40d4a4a6767ff4e8f612950ef24da590c5 (patch) | |
tree | 16e6d3b9db76f39ea06b0c6831f6d8849c8539e8 /mm | |
parent | fe3511ad8a1cf63721f5f3e64996e16006e1d7d2 (diff) |
clk: rockchip: Remove useless init of "grf" to -EPROBE_DEFER
When we used to defer setting the "grf" member to
rockchip_clk_get_grf() it was important to init the "grf" member to an
error value in rockchip_clk_init(). With recent changes, we now set
"grf" right in rockchip_clk_init() (two lines below the place where we
initted it). That makes the old init useless. Get rid of it.
Fixes: 6f339dc2719e ("clk: rockchip: lookup General Register Files in rockchip_clk_init")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions