]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rsrc-card: remove unused ret
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 17 Jun 2015 00:36:48 +0000 (00:36 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 17 Jun 2015 10:25:11 +0000 (11:25 +0100)
commitb0284d77aa907b06553d50a9c4c425931378b9bb
tree0786c06c4db326866529cf97dfdbc3dd008ef231
parent11ea038e9f3946927c2b0e7c6debcd8b152144dd
ASoC: rsrc-card: remove unused ret

'9f45048815ea68f2d("ASoC: rsrc-card: cleanup for DPCM")'
cleanuped rsrc-card driver, but then, unused ret was left.
Below warning happen without this patch

${LINUX}/sound/soc/sh/rcar/rsrc-card.c: In function 'rsrc_card_startup':
${LINUX}/sound/soc/sh/rcar/rsrc-card.c:78:6: warning: unused variable \
'ret' [-Wunused-variable]

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/rsrc-card.c