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

Commit 3569417e authored by Stefan Ringel's avatar Stefan Ringel Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: tm6000: add vbi message inside the type switch



add case line for vbi message

Signed-off-by: default avatarStefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 0f9bdbc2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -315,6 +315,8 @@ static int copy_packet(struct urb *urb, u32 header, u8 **ptr, u8 *endp,
			printk ("%ld: cmd=%s, size=%d\n", jiffies,
				tm6000_msg_type[cmd],size);
			break;
		case TM6000_URB_MSG_VBI:
			break;
		default:
			dprintk (dev, V4L2_DEBUG_ISOC, "cmd=%s, size=%d\n",
						tm6000_msg_type[cmd],size);