[PATCH 1/3] vmwgfx: Remove unnecessary memset(,0,)

2011-01-12 Thread Joe Perches
kzalloc'd memory doesn't need a memset to 0. Signed-off-by: Joe Perches --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c index 10ca97e..ed18932 100644 --- a/

[PATCH 1/3] vmwgfx: Remove unnecessary memset(,0,)

2011-01-12 Thread Joe Perches
kzalloc'd memory doesn't need a memset to 0. Signed-off-by: Joe Perches --- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c index 10ca97e..ed18932 100644 --- a/