Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: b2c2: remove trailing semicolon in macro definition

The macro use will already have a semicolon.

Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

authored by

Tom Rix and committed by
Mauro Carvalho Chehab
ab954c43 8938c48f

+1 -1
+1 -1
drivers/media/common/b2c2/flexcop-hw-filter.c
··· 69 69 vpid.vregname.trans_field = transval; \ 70 70 v208.ctrl_208.enablefield = onoff; \ 71 71 fc->write_ibi_reg(fc, vregname, vpid); \ 72 - fc->write_ibi_reg(fc, ctrl_208, v208); 72 + fc->write_ibi_reg(fc, ctrl_208, v208) 73 73 74 74 static void flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, 75 75 u16 pid, int onoff)