We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b4fab commit 3cd0c2dCopy full SHA for 3cd0c2d
drivers/i2c/busses/i2c-exynos5.c
@@ -702,10 +702,6 @@ static int exynos5_i2c_probe(struct platform_device *pdev)
702
703
platform_set_drvdata(pdev, i2c);
704
705
- clk_disable_unprepare(i2c->clk);
706
-
707
- return 0;
708
709
err_clk:
710
clk_disable_unprepare(i2c->clk);
711
return ret;
@@ -716,7 +712,6 @@ static int exynos5_i2c_remove(struct platform_device *pdev)
716
712
struct exynos5_i2c *i2c = platform_get_drvdata(pdev);
717
713
718
714
i2c_del_adapter(&i2c->adap);
719
720
715
721
return 0;
722
}
0 commit comments