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)
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>

No differences found