This code didn't have any effect. Signed-off-by: Lucas Stach <dev@xxxxxxxxxx> --- drivers/clk/clk-gate.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/drivers/clk/clk-gate.c b/drivers/clk/clk-gate.c index 85eba3d..695e19a 100644 --- a/drivers/clk/clk-gate.c +++ b/drivers/clk/clk-gate.c @@ -132,14 +132,5 @@ struct clk *clk_gate(const char *name, const char *parent, void __iomem *reg, struct clk *clk_gate_inverted(const char *name, const char *parent, void __iomem *reg, u8 shift, unsigned flags) { - struct clk *clk; - struct clk_gate *g; - - clk = clk_gate(name, parent, reg, shift, flags, CLK_GATE_INVERTED); - if (IS_ERR(clk)) - return clk; - - g = container_of(clk, struct clk_gate, clk); - - return clk; + return clk_gate(name, parent, reg, shift, flags, CLK_GATE_INVERTED); } -- 1.9.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox