diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2009-11-17 22:08:52 (GMT) |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-01-06 17:40:03 (GMT) |
commit | 29bd0ae25f8cb96b63560c2cbccec77b425e1603 (patch) | |
tree | 7250462430be180566eda372dd379f8312953882 /drivers/pnp | |
parent | 69e302a998ddfc3bd99033052f6d6152a46e7d6e (diff) | |
download | linux-29bd0ae25f8cb96b63560c2cbccec77b425e1603.tar.xz |
drm/i915: fix unused var
drivers/gpu/drm/i915/i915_dma.c: In function 'i915_driver_load':
drivers/gpu/drm/i915/i915_dma.c:1114: warning: 'll_base' may be used uninitialized in this function
Partly this is because gcc isn't smart enough. But `ll_base' does get used
uninitialised in the DRM_DEBUG() call.
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: Eric Anholt <eric@anholt.net>
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/pnp')
0 files changed, 0 insertions, 0 deletions