Re: [Intel-gfx] [PATCH 2/3] drm/i915: Flatten the mst suspend/resume functions a bit

2015-09-16 Thread Maarten Lankhorst
Hey, Op 27-08-15 om 17:36 schreef ville.syrj...@linux.intel.com: > From: Ville Syrjälä > > I'm not a fan of deeply nested ifs. Just pull most of the conditions > into a single place to flatten things a bit. I like flat.. Reviewed-by: Maarten Lankhorst ___

[Intel-gfx] [PATCH 2/3] drm/i915: Flatten the mst suspend/resume functions a bit

2015-08-27 Thread ville . syrjala
From: Ville Syrjälä I'm not a fan of deeply nested ifs. Just pull most of the conditions into a single place to flatten things a bit. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_dp.c | 32 ++-- 1 file changed, 14 insertions(+), 18 deletions(-) diff