Files
linux/drivers
Andrew Morton 0c51b5c49b drm/i915: fix unused var
commit 29bd0ae25f upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-01-18 10:19:28 -08:00
..
2009-12-01 16:32:20 -08:00
2009-12-01 16:32:19 -08:00
2010-01-18 10:19:28 -08:00
2009-12-18 14:05:04 -08:00
2009-12-01 11:24:19 +01:00
2009-11-26 09:22:33 +01:00
2009-10-15 09:58:27 -06:00
2009-11-12 07:26:01 -08:00
2009-12-18 14:03:24 -08:00
2009-11-30 16:39:42 -08:00
2009-10-04 22:53:41 +02:00