diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-10-31 23:28:23 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-10-31 23:28:23 +0100 |
commit | 0baab4fd6de4beb3393e173b392038d01da54bec (patch) | |
tree | ff74c78318505b8f7346d8693117b9dfa00989ab /fs/dcache.c | |
parent | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
download | linux-0baab4fd6de4beb3393e173b392038d01da54bec.tar.xz linux-0baab4fd6de4beb3393e173b392038d01da54bec.zip |
i915: fix compiler warning
The last i915 drm update brought with it this annoying warning
drivers/gpu/drm/i915/intel_crt.c: In function ‘intel_crt_get_config’:
drivers/gpu/drm/i915/intel_crt.c:110:21: warning: unused variable ‘dev’ [-Wunused-variable]
struct drm_device *dev = encoder->base.dev;
^
introduced by commit 7195a50b5c7e ("drm/i915: Add HSW CRT output readout
support").
Remove the offending pointless variable.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions