From: Fabio Estevam Date: Tue, 27 Jan 2015 12:54:12 +0000 (-0200) Subject: drm/bridge: dw-hdmi: Fix return error path X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33ef61970873d479f4273f36d7a516cd94167e1;p=pandora-kernel.git drm/bridge: dw-hdmi: Fix return error path 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 Acked-by: Philipp Zabel Signed-off-by: Thierry Reding --- Reading git-diff-tree failed