]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/imx: dw_hdmi-imx: add end of array element to current control array
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 7 Jan 2015 22:49:41 +0000 (23:49 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 23 Feb 2015 16:19:01 +0000 (17:19 +0100)
commit6e8958ec0ecfd83691e6854839f917d3eaca236b
tree15a14cb37c3bad2e0db6da600b2d24d88fb205f2
parent081c80e85feabe9a0081f4db940fccb6443b81fb
drm/imx: dw_hdmi-imx: add end of array element to current control array

The loop iterating over curr_ctrl in dw_hdmi terminates on mpixelclock == ~0UL,
so there needs to be an end of list element here in case a mode with a pixel
clock larger than 216 MHz is set.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/dw_hdmi-imx.c