diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-03-10 23:28:31 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:17 -0300 |
commit | e5ee3f643dd6d25c73cfd1e943abc9b529d63697 (patch) | |
tree | d475feef3e937b6b0fd3cc56faeb10c5b93ea49c /drivers/media/video/zoran/zoran_card.c | |
parent | ee9a9d661d96e29d93859d20125bc7e4cc75309b (diff) |
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 <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/zoran/zoran_card.c')
0 files changed, 0 insertions, 0 deletions