drm/bridge: dw-hdmi: Fix return error path
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 27 Jan 2015 12:54:12 +0000 (10:54 -0200)
committerThierry Reding <treding@nvidia.com>
Wed, 28 Jan 2015 09:01:21 +0000 (10:01 +0100)
If devm_request_threaded_irq() fails we should jump to 'err_iahb' label that
will disable the clocks that were previously enabled.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found