Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59dde8e7 authored by kbuild test robot's avatar kbuild test robot Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent b430eaba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ static int tt3650_ci_msg(struct dvb_usb_device *d, u8 cmd, u8 *data,
	if (!data || (write_len > 64 - 4) || (read_len > 64 - 4)) {
		err("%s: transfer data invalid", __func__);
		return -EIO;
	};
	}

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