[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)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 17 Jun 2014 15:04:05 +0000 (12:04 -0300)
commite51daefc228aa164adcc17fe8fce0f856ad0a1cc
tree248a974bd3a5b3f5ccdd11963975565e802c53de
parent50e59058a42056063add41c2d900d1b162e2d6d6
[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