We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a0693 commit 1458faeCopy full SHA for 1458fae
sound/soc/ti/davinci-i2s.c
@@ -892,8 +892,7 @@ static int davinci_i2s_probe(struct platform_device *pdev)
892
err_unregister_component:
893
snd_soc_unregister_component(&pdev->dev);
894
err_disable_ext_clk:
895
- if (dev->ext_clk)
896
- clk_disable_unprepare(dev->ext_clk);
+ clk_disable_unprepare(dev->ext_clk);
897
err_disable_clk:
898
clk_disable_unprepare(dev->clk);
899
@@ -908,8 +907,7 @@ static void davinci_i2s_remove(struct platform_device *pdev)
908
907
909
910
911
912
913
}
914
915
static const struct of_device_id davinci_i2s_match[] __maybe_unused = {
0 commit comments