From: Trent Piepho Date: Wed, 11 Mar 2009 02:28:31 +0000 (-0300) Subject: V4L/DVB (10933): zoran: Pass zoran_fh pointers instead of file pointers X-Git-Tag: v2.6.30-rc1~621^2~264 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5ee3f643dd6d25c73cfd1e943abc9b529d63697;p=pandora-kernel.git V4L/DVB (10933): zoran: Pass zoran_fh pointers instead of file pointers Many functions had a struct file pointer argument, but all they wants is the struct zoran_fh pointer from the file's private data. Since every caller of those functions already has the zoran_fh, just pass the that instead. This saves a dereference in each function change. While I'm at it, change the code formatting of affected functions to be kernel standard style. Signed-off-by: Trent Piepho Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed