Re: [PATCH] ASoC: rsnd: fix semicolon.cocci warnings

2017-04-20 Thread Kuninori Morimoto

Hi

> sound/soc/sh/rcar/adg.c:462:54-55: Unneeded semicolon
> 
> 
>  Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Kuninori Morimoto 
> Signed-off-by: Fengguang Wu 

Where is my brown paper bag ?

Acked-by: Kuninori Morimoto 

> ---
> 
>  adg.c |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/sound/soc/sh/rcar/adg.c
> +++ b/sound/soc/sh/rcar/adg.c
> @@ -459,7 +459,7 @@ static void rsnd_adg_get_clkout(struct r
>* ADG supports BRRA/BRRB output only
>* this means all clkout0/1/2/3 will be same rate
>*/
> - prop = of_find_property(np, "clock-frequency", NULL);;
> + prop = of_find_property(np, "clock-frequency", NULL);
>   req_size = prop->length / sizeof(u32);
>  
>   of_property_read_u32_array(np, "clock-frequency", req_rate, req_size);


[PATCH] ASoC: rsnd: fix semicolon.cocci warnings

2017-04-20 Thread kbuild test robot
sound/soc/sh/rcar/adg.c:462:54-55: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Kuninori Morimoto 
Signed-off-by: Fengguang Wu 
---

 adg.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -459,7 +459,7 @@ static void rsnd_adg_get_clkout(struct r
 * ADG supports BRRA/BRRB output only
 * this means all clkout0/1/2/3 will be same rate
 */
-   prop = of_find_property(np, "clock-frequency", NULL);;
+   prop = of_find_property(np, "clock-frequency", NULL);
req_size = prop->length / sizeof(u32);
 
of_property_read_u32_array(np, "clock-frequency", req_rate, req_size);