[RFC PATCH 02/37] drm: fb_helper: Simplify exit condition

2015-03-20 Thread Daniel Vetter
On Thu, Mar 19, 2015 at 04:33:01AM +, Daniel Stone wrote: > mode is always NULL at this point in the function, so make our intention > clear. > > Signed-off-by: Daniel Stone > --- > drivers/gpu/drm/drm_fb_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/driv

[RFC PATCH 02/37] drm: fb_helper: Simplify exit condition

2015-03-19 Thread Daniel Stone
mode is always NULL at this point in the function, so make our intention clear. Signed-off-by: Daniel Stone --- drivers/gpu/drm/drm_fb_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 1a20db7..27f