aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2016-06-07 12:26:01 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-06-07 16:56:55 -0300
commit155af08b15dac04033aa7b14c96d9cd67f0fd581 (patch)
treea9757069b597d5558b3f120409f4edf23ae469e0 /drivers/media/dvb-frontends
parent[media] rtl28xxu: sort the config symbols which are auto-selected (diff)
downloadlinux-dev-155af08b15dac04033aa7b14c96d9cd67f0fd581.tar.xz
linux-dev-155af08b15dac04033aa7b14c96d9cd67f0fd581.zip
[media] fix semicolon.cocci warnings
drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Abylay Ospan <aospan@netup.ru> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r--drivers/media/dvb-frontends/helene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/helene.c b/drivers/media/dvb-frontends/helene.c
index 693b5bfbdf0a..97a8982740a6 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 */