diff options
Diffstat (limited to 'sound/soc/samsung/smdk_spdif.c')
-rw-r--r-- | sound/soc/samsung/smdk_spdif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/smdk_spdif.c b/sound/soc/samsung/smdk_spdif.c index ca779ad1613c..56d058d3fa0c 100644 --- a/sound/soc/samsung/smdk_spdif.c +++ b/sound/soc/samsung/smdk_spdif.c | |||
@@ -28,7 +28,7 @@ | |||
28 | static int set_audio_clock_heirachy(struct platform_device *pdev) | 28 | static int set_audio_clock_heirachy(struct platform_device *pdev) |
29 | { | 29 | { |
30 | struct clk *fout_epll, *mout_epll, *sclk_audio0, *sclk_spdif; | 30 | struct clk *fout_epll, *mout_epll, *sclk_audio0, *sclk_spdif; |
31 | int ret; | 31 | int ret = 0; |
32 | 32 | ||
33 | fout_epll = clk_get(NULL, "fout_epll"); | 33 | fout_epll = clk_get(NULL, "fout_epll"); |
34 | if (IS_ERR(fout_epll)) { | 34 | if (IS_ERR(fout_epll)) { |