[PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-27 Thread Paul Menzel
Am Dienstag, den 26.02.2013, 10:55 -0500 schrieb Christopher Harvey: *assignments > These two variables are set again immediately in 'mgag200_modeset_init' The compiler would optimize this anyway I guess. Though now it can warn us, if the code should ever change and these variable are not set an

Re: [PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-26 Thread Paul Menzel
Am Dienstag, den 26.02.2013, 10:55 -0500 schrieb Christopher Harvey: *assignments > These two variables are set again immediately in 'mgag200_modeset_init' The compiler would optimize this anyway I guess. Though now it can warn us, if the code should ever change and these variable are not set an

[PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-26 Thread Christopher Harvey
These two variables are set again immediately in 'mgag200_modeset_init' Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c b/drivers/gpu/drm/mgag200/mgag200_main.c index 70dd3c5

[PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-26 Thread Christopher Harvey
These two variables are set again immediately in 'mgag200_modeset_init' Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c b/drivers/gpu/drm/mgag200/mgag200_main.c index 70dd3c5