upstream: [media] v4l: vsp1: Remove the unneeded vsp1_video_buffer video field
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 21 May 2014 20:39:16 +0000 (17:39 -0300)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:27:18 +0000 (14:27 +0900)
commit493816bbb1d38380d730ea519faa09eaab184479
treeae08bd0daae1b0dc2c78e1d45bf74ca444b31876
parent9d9ce201037e949a917316c9b1dc5c0625e7c2a9
upstream: [media] v4l: vsp1: Remove the unneeded vsp1_video_buffer video field

The field is assigned but never read, remove it.

This fixes a bug caused by the struct vb2_buffer field not being be the
very first field of the vsp1_video_buffer buffer structure as required
by videobuf2.

Cc: stable@vger.kernel.org
Reported-by: Takanari Hayama <taki@igel.co.jp>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/vsp1/vsp1_video.c
drivers/media/platform/vsp1/vsp1_video.h