git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
944579c
)
drm/bridge: dw-hdmi: Fix return error path
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 27 Jan 2015 12:54:12 +0000
(10:54 -0200)
committer
Thierry 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