RE: [PATCH] clk: imx: pllv3: Fix fall through build warning

2019-05-01 Thread Stephen Boyd
Quoting Anson Huang (2019-05-01 02:33:46) > Hi, Stephen > I saw Gustavo already sent out a patch to fix these two warnings, so > I will NOT sent the patch again, thanks. So I will apply that patch instead? Can you send your reviewed-by tag then?

RE: [PATCH] clk: imx: pllv3: Fix fall through build warning

2019-05-01 Thread Anson Huang
ngutronix.de; linux-arm- > ker...@lists.infradead.org; linux-...@vger.kernel.org; linux- > ker...@vger.kernel.org; mturque...@baylibre.com; > s.ha...@pengutronix.de; shawn...@kernel.org; Anson Huang > ; Gustavo A. R. Silva > Cc: dl-linux-imx > Subject: Re: [PATCH] clk: imx: pllv3:

Re: [PATCH] clk: imx: pllv3: Fix fall through build warning

2019-04-30 Thread Stephen Boyd
Quoting Anson Huang (2019-04-29 18:55:18) > Fix below fall through build warning: > > drivers/clk/imx/clk-pllv3.c:453:21: warning: > this statement may fall through [-Wimplicit-fallthrough=] > >pll->denom_offset = PLL_IMX7_DENOM_OFFSET; > ^ >

RE: [PATCH] clk: imx: pllv3: Fix fall through build warning

2019-04-29 Thread Aisheng Dong
> From: Anson Huang > Sent: Tuesday, April 30, 2019 9:55 AM > Subject: [PATCH] clk: imx: pllv3: Fix fall through build warning > > Fix below fall through build warning: > > drivers/clk/imx/clk-pllv3.c:453:21: warning: > this statement may fall through [-Wimplicit-fallthrough=] > >