[PATCH 4/7] drm: Flatten drm_mode_connector_list_update() a bit

2015-12-04 Thread Daniel Vetter
On Thu, Dec 03, 2015 at 11:14:12PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Use 'continue' to eliminate one indent level from > drm_mode_connector_list_update(). And while at it, > make 'found_it' bool. > > Cc: Adam Jackson > Signed-off-by: Ville Syrjälä R

[PATCH 4/7] drm: Flatten drm_mode_connector_list_update() a bit

2015-12-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Use 'continue' to eliminate one indent level from drm_mode_connector_list_update(). And while at it, make 'found_it' bool. Cc: Adam Jackson Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_modes.c | 36 ++-- 1 file changed, 18 insert