diff options
author | John Harrison <John.C.Harrison@Intel.com> | 2014-06-26 19:23:52 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-07-07 20:00:44 +0200 |
commit | 2885f6ac070612f21d041f650a4d2bc44b02d6b6 (patch) | |
tree | 59dfc868b7b486c90b5c256e7e8af3385ca04a18 /drivers/gpu/drm/i915/intel_ringbuffer.c | |
parent | drm/i915: Support pf CRC source on haswell transcoder edp (diff) | |
download | linux-2885f6ac070612f21d041f650a4d2bc44b02d6b6.tar.xz linux-2885f6ac070612f21d041f650a4d2bc44b02d6b6.zip |
drm/i915: Corrected 'file_priv' to 'file' in 'i915_driver_preclose()'
The 'i915_driver_preclose()' function has a parameter called 'file_priv'.
However, this is misleading as the structure it points to is a 'drm_file' not a
'drm_i915_file_private'. It should be named just 'file' to avoid confusion.
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_ringbuffer.c')
0 files changed, 0 insertions, 0 deletions