[PATCH v2 6/7] drm/fb: small cleanup

2015-03-11 Thread Laurent Pinchart
Hi Rob, Thank you for the patch. On Wednesday 11 March 2015 10:23:13 Rob Clark wrote: > Flip conditional to reduce indentation level of rest of fxn, and use > min/max to make the code clearer. > > v2: surface_width -> surface_height typo > > Signed-off-by: Rob Clark > Reviewed-by: Daniel Kurtz

[PATCH v2 6/7] drm/fb: small cleanup

2015-03-11 Thread Rob Clark
Flip conditional to reduce indentation level of rest of fxn, and use min/max to make the code clearer. v2: surface_width -> surface_height typo Signed-off-by: Rob Clark Reviewed-by: Daniel Kurtz --- drivers/gpu/drm/drm_fb_helper.c | 28 +++- 1 file changed, 15 insertion