linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon
@ 2023-02-02  1:07 Yang Li
  2023-02-02 10:00 ` Matthias Brugger
  2023-02-11  0:02 ` Stephen Boyd
  0 siblings, 2 replies; 3+ messages in thread
From: Yang Li @ 2023-02-02  1:07 UTC (permalink / raw)
  To: mturquette
  Cc: sboyd, matthias.bgg, linux-clk, linux-arm-kernel, linux-mediatek,
	linux-kernel, Yang Li, Abaci Robot

./drivers/clk/mediatek/clk-mtk.c:518:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3926
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/clk/mediatek/clk-mtk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/mediatek/clk-mtk.c b/drivers/clk/mediatek/clk-mtk.c
index c90c0a6b501b..14e8b64a32a3 100644
--- a/drivers/clk/mediatek/clk-mtk.c
+++ b/drivers/clk/mediatek/clk-mtk.c
@@ -515,7 +515,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
 					   mcd->clk_lock, clk_data);
 		if (r)
 			goto unregister_factors;
-	};
+	}
 
 	if (mcd->composite_clks) {
 		/* We don't check composite_lock because it's optional */
-- 
2.20.1.7.g153144c


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon
  2023-02-02  1:07 [PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon Yang Li
@ 2023-02-02 10:00 ` Matthias Brugger
  2023-02-11  0:02 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Matthias Brugger @ 2023-02-02 10:00 UTC (permalink / raw)
  To: Yang Li, mturquette
  Cc: sboyd, linux-clk, linux-arm-kernel, linux-mediatek, linux-kernel,
	Abaci Robot



On 02/02/2023 02:07, Yang Li wrote:
> ./drivers/clk/mediatek/clk-mtk.c:518:2-3: Unneeded semicolon
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3926
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>

> ---
>   drivers/clk/mediatek/clk-mtk.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/mediatek/clk-mtk.c b/drivers/clk/mediatek/clk-mtk.c
> index c90c0a6b501b..14e8b64a32a3 100644
> --- a/drivers/clk/mediatek/clk-mtk.c
> +++ b/drivers/clk/mediatek/clk-mtk.c
> @@ -515,7 +515,7 @@ int mtk_clk_simple_probe(struct platform_device *pdev)
>   					   mcd->clk_lock, clk_data);
>   		if (r)
>   			goto unregister_factors;
> -	};
> +	}
>   
>   	if (mcd->composite_clks) {
>   		/* We don't check composite_lock because it's optional */

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon
  2023-02-02  1:07 [PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon Yang Li
  2023-02-02 10:00 ` Matthias Brugger
@ 2023-02-11  0:02 ` Stephen Boyd
  1 sibling, 0 replies; 3+ messages in thread
From: Stephen Boyd @ 2023-02-11  0:02 UTC (permalink / raw)
  To: Yang Li, mturquette
  Cc: matthias.bgg, linux-clk, linux-arm-kernel, linux-mediatek,
	linux-kernel, Yang Li, Abaci Robot

Quoting Yang Li (2023-02-01 17:07:50)
> ./drivers/clk/mediatek/clk-mtk.c:518:2-3: Unneeded semicolon
> 
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3926
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
> ---

Applied to clk-next

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-11  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02  1:07 [PATCH -next] clk: mediatek: clk-mtk: Remove unneeded semicolon Yang Li
2023-02-02 10:00 ` Matthias Brugger
2023-02-11  0:02 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).