Re: [PATCH] drm/radeon: fix uninitialized variable

2012-02-29 Thread Christian König
On 29.02.2012 00:23, Jerome Glisse wrote: On Tue, 2012-02-28 at 23:19 +0100, Christian König wrote: 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 --- drivers/gpu/drm/radeon/r600_cs.c |

Re: [PATCH] drm/radeon: fix uninitialized variable

2012-02-28 Thread Jerome Glisse
On Tue, 2012-02-28 at 23:19 +0100, Christian König wrote: > 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 > --- > drivers/gpu/drm/radeon/r600_cs.c |1 + > 1 files changed, 1 i