Skip to content

Commit 59dde8e

Browse files
kbuild test robotmchehab
authored andcommitted
[media] pctv452e: fix semicolon.cocci warnings
drivers/media/usb/dvb-usb/pctv452e.c:115:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
1 parent b430eab commit 59dde8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/media/usb/dvb-usb/pctv452e.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ static int tt3650_ci_msg(struct dvb_usb_device *d, u8 cmd, u8 *data,
112112
if (!data || (write_len > 64 - 4) || (read_len > 64 - 4)) {
113113
err("%s: transfer data invalid", __func__);
114114
return -EIO;
115-
};
115+
}
116116

117117
mutex_lock(&state->ca_mutex);
118118
id = state->c++;

0 commit comments

Comments
 (0)