提交 155af08b 编写于 作者: F Fengguang Wu 提交者: Mauro Carvalho Chehab

[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: NFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 1f846620
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册