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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Sep 2014 16:19:06 +0000 (09:19 -0700)
commit8bf210770c74c17464b3399d0c5d892d27cea516
tree7f3cb8f717fee993225524651e24c500ed748bbe
parent2d826fecb15e82fb0af51435458435cc8088c790
media: v4l: vsp1: Remove the unneeded vsp1_video_buffer video field

commit e51daefc228aa164adcc17fe8fce0f856ad0a1cc upstream.

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.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/platform/vsp1/vsp1_video.c
drivers/media/platform/vsp1/vsp1_video.h