drm/radeon: fix uninitialized variable
authorChristian König <deathsimple@vodafone.de>
Tue, 28 Feb 2012 22:19:20 +0000 (23:19 +0100)
committerDave Airlie <airlied@redhat.com>
Wed, 29 Feb 2012 10:19:11 +0000 (10:19 +0000)
commit1cdf30f52c3f09a0d7b025b0b1546852b2a0c3ed
tree9502e5fee970a2f98ebb85441d205f713666d458
parent00db7a16abcc3d6538b6598ea0b6fae1404c7f7b
drm/radeon: fix uninitialized variable

Without this fix the driver randomly treats
textures as arrays and I'm really wondering
why gcc isn't complaining about it.

Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r600_cs.c