aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2010-10-12 11:39:50 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-12 11:02:45 +0100
commita68a3b4ed4ecafcf80f4272e8e1f0670b387041e (patch)
tree6413303d7a9c606a7d3d3e0631c5b4d31d307884 /sound/soc
parentASoC: fsi: Add fsi_get_frame_width function (diff)
downloadlinux-dev-a68a3b4ed4ecafcf80f4272e8e1f0670b387041e.tar.xz
linux-dev-a68a3b4ed4ecafcf80f4272e8e1f0670b387041e.zip
ASoC: fsi: remove un-necessary variable from fsi_dai_startup
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/sh/fsi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
index aa2cbb1ea988..d68dcbb8dc1f 100644
--- a/sound/soc/sh/fsi.c
+++ b/sound/soc/sh/fsi.c
@@ -730,7 +730,6 @@ static int fsi_dai_startup(struct snd_pcm_substream *substream,
u32 data;
int is_play = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
int is_master;
- int ret = 0;
pm_runtime_get_sync(dai->dev);
@@ -809,7 +808,7 @@ static int fsi_dai_startup(struct snd_pcm_substream *substream,
/* fifo init */
fsi_fifo_init(fsi, is_play, dai);
- return ret;
+ return 0;
}
static void fsi_dai_shutdown(struct snd_pcm_substream *substream,