[PATCH 3/3] drm/gma500: Code cleanup - removal of centralized exiting of function

2014-03-15 Thread Patrik Jakobsson
On Thu, Mar 13, 2014 at 10:49 PM, Arthur Borsboom wrote: > Removed centralized exiting of function (goto statement), since it was the > only used in one single location with only a return statement. As in previous patch, keep the commit message at around 72 cols. > Signed-off-by: Arthur Borsboo

[PATCH 3/3] drm/gma500: Code cleanup - removal of centralized exiting of function

2014-03-13 Thread Arthur Borsboom
Removed centralized exiting of function (goto statement), since it was the only used in one single location with only a return statement. Signed-off-by: Arthur Borsboom --- drivers/gpu/drm/gma500/psb_drv.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/gpu/drm