drm/i915/ddi: add break in DDI mode select switch
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 17 Nov 2014 21:08:47 +0000 (13:08 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 18 Nov 2014 08:14:32 +0000 (09:14 +0100)
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 <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found