Commit fa6e4b18 authored by Axel Lin's avatar Axel Lin Committed by Samuel Ortiz

mfd: Fix wrong goto labels for tc6393xb error handling

This patch corrects the error handling path.
Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent b6e6d54c
......@@ -732,9 +732,9 @@ static int __devinit tc6393xb_probe(struct platform_device *dev)
if (tc6393xb->gpio.base != -1)
temp = gpiochip_remove(&tc6393xb->gpio);
tcpd->disable(dev);
err_clk_enable:
clk_disable(tc6393xb->clk);
err_enable:
clk_disable(tc6393xb->clk);
err_clk_enable:
iounmap(tc6393xb->scr);
err_ioremap:
release_resource(&tc6393xb->rscr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment