[media] fix semicolon.cocci warnings

Author: Fengguang Wu <fengguang.wu@intel.com>

drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon

 Remove unneeded semicolon.

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

CC: Abylay Ospan 
Signed-off-by: Fengguang Wu 
Signed-off-by: Mauro Carvalho Chehab 
---
 drivers/media/dvb-frontends/helene.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/drivers/media/dvb-frontends/helene.c b/drivers/media/dvb-frontends/helene.c
index 693b5bf..97a8982 100644
--- a/drivers/media/dvb-frontends/helene.c
+++ b/drivers/media/dvb-frontends/helene.c
@@ -747,7 +747,7 @@ static int helene_set_params(struct dvb_frontend *fe)
 		data[6] = 0x78;
 		data[7] = 0x08;
 		data[8] = 0x30;
-	};
+	}
 	helene_write_regs(priv, 0x5E, data, 9);
 
 	/* LT_AMP_EN should be 0 */
BtrLinux
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.