[Intel-gfx] [PATCH 2/2] drm/i915/ddi: add break in DDI mode select switch

2014-11-17 Thread Jesse Barnes
The lack of a break here wasn't for falling through to some other important code, so made me do a double take. Add a break just to make things a little less confusing. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_ddi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gp

Re: [Intel-gfx] [PATCH 2/2] drm/i915/ddi: add break in DDI mode select switch

2014-11-18 Thread Daniel Vetter
On Mon, Nov 17, 2014 at 01:08:47PM -0800, Jesse Barnes wrote: > The lack of a break here wasn't for falling through to some other > important code, so made me do a double take. Add a break just to make > things a little less confusing. > > Signed-off-by: Jesse Barnes Confusing indeed. Queued fo