OSDN Git Service

clk: rockchip: Remove useless init of "grf" to -EPROBE_DEFER
authorDouglas Anderson <dianders@chromium.org>
Fri, 6 Jan 2017 16:31:01 +0000 (08:31 -0800)
committerHeiko Stuebner <heiko@sntech.de>
Fri, 6 Jan 2017 17:08:16 +0000 (18:08 +0100)
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>
drivers/clk/rockchip/clk.c

index 3abcbf4..fe1d393 100644 (file)
@@ -344,7 +344,6 @@ struct rockchip_clk_provider * __init rockchip_clk_init(struct device_node *np,
        ctx->clk_data.clks = clk_table;
        ctx->clk_data.clk_num = nr_clks;
        ctx->cru_node = np;
-       ctx->grf = ERR_PTR(-EPROBE_DEFER);
        spin_lock_init(&ctx->lock);
 
        ctx->grf = syscon_regmap_lookup_by_phandle(ctx->cru_node,