Thread (36 messages) 36 messages, 6 authors, 2019-11-17

Re: [PATCH V4 04/11] clk: imx: scu: bypass cpu power domains

From: Stephen Boyd <sboyd@kernel.org>
Date: 2019-09-06 17:07:14
Also in: linux-clk

Quoting Dong Aisheng (2019-08-20 04:13:18)
quoted hunk ↗ jump to hunk
diff --git a/drivers/clk/imx/clk-scu.c b/drivers/clk/imx/clk-scu.c
index 48bfb08..5f935b1 100644
--- a/drivers/clk/imx/clk-scu.c
+++ b/drivers/clk/imx/clk-scu.c
@@ -479,6 +479,10 @@ static int imx_clk_scu_attach_pd(struct device *dev, u32 rsrc_id)
                .args[0] = rsrc_id,
        };
 
+       if ((rsrc_id == IMX_SC_R_A35) || (rsrc_id == IMX_SC_R_A53) ||
+           (rsrc_id == IMX_SC_R_A72))
Please drop the extra parenthesis. It makes it hard to read.
+               return 0;
+
        return of_genpd_add_device(&genpdspec, dev);
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help