V4L/DVB (8846): uvcvideo: Supress spurious "EOF in empty payload" trace message
commit08ebd003d90955d78b58bb348a098fee301b8a82
authorLaurent Pinchart <laurent.pinchart@skynet.be>
Fri, 29 Aug 2008 20:37:44 +0000 (29 17:37 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:36:55 +0000 (12 09:36 -0200)
tree78b11b871499e23ad6c5a167d8c9c4b7c5d34807
parent22b88d48a08e334d36218ca166749c4e6d644f0c
V4L/DVB (8846): uvcvideo: Supress spurious "EOF in empty payload" trace message

Pass the payload size instead of the header size to uvc_video_decode_end() to
avoid generating an extra trace message for each frame.

Signed-off-by: Laurent Pinchart <laurent.pinchart@skynet.be>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/uvc/uvc_video.c