[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201027191501.fuzc3d72774xmivz@fsr-ub1664-175>
Date: Tue, 27 Oct 2020 21:15:01 +0200
From: Abel Vesa <abel.vesa@....com>
To: trix@...hat.com
Cc: mturquette@...libre.com, sboyd@...nel.org, shawnguo@...nel.org,
s.hauer@...gutronix.de, kernel@...gutronix.de, festevam@...il.com,
linux-imx@....com, Anson.Huang@....com, peng.fan@....com,
leonard.crestez@....com, linux-clk@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: imx: remove unneeded semicolon
On 20-10-27 11:57:56, trix@...hat.com wrote:
> From: Tom Rix <trix@...hat.com>
>
> A semicolon is not needed after a switch statement.
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Reviewed-by: Abel Vesa <abel.vesa@....com>
> ---
> drivers/clk/imx/clk-pll14xx.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/imx/clk-pll14xx.c b/drivers/clk/imx/clk-pll14xx.c
> index aba36e4217d2..2b5ed86b9dbb 100644
> --- a/drivers/clk/imx/clk-pll14xx.c
> +++ b/drivers/clk/imx/clk-pll14xx.c
> @@ -416,7 +416,7 @@ struct clk_hw *imx_dev_clk_hw_pll14xx(struct device *dev, const char *name,
> __func__, name);
> kfree(pll);
> return ERR_PTR(-EINVAL);
> - };
> + }
>
> pll->base = base;
> pll->hw.init = &init;
> --
> 2.18.1
>
Powered by blists - more mailing lists