[alsa-devel] [PATCH] ASoC: rsnd: fix semicolon.cocci warnings

kbuild test robot fengguang.wu at intel.com
Fri Apr 21 07:02:57 CEST 2017


sound/soc/sh/rcar/adg.c:462:54-55: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---

 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);


More information about the Alsa-devel mailing list