]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
V4L/DVB (10848): zoran: Change first argument to zoran_v4l2_buffer_status
authorTrent Piepho <xyzzy@speakeasy.org>
Thu, 5 Mar 2009 11:02:05 +0000 (08:02 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:08 +0000 (12:43 -0300)
commite276f7b5f9c41536f22bec1d8205e6b201300743
treed6690a48478bc33d8058c6437f565a9d34ce4d0a
parent5a771cb186dfa1f663ea15cdff3e32e04a8427e3
V4L/DVB (10848): zoran: Change first argument to zoran_v4l2_buffer_status

It was a struct file *, but all that function wants is the struct zoran_fh
from the file's private data.  Since every caller already has this, just
pass the zoran_fh instead.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/zoran/zoran_driver.c