From: kernel test robot <lkp(a)intel.com>
sound/soc/fsl/fsl_asrc_dma.c:246:85-86: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Shengjiu Wang <shengjiu.wang(a)nxp.com>
Signed-off-by: kernel test robot <lkp(a)intel.com>
---
url:
https://github.com/0day-ci/linux/commits/Shengjiu-Wang/ASoC-fsl_asrc_dma-...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
fsl_asrc_dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/fsl/fsl_asrc_dma.c
+++ b/sound/soc/fsl/fsl_asrc_dma.c
@@ -243,7 +243,7 @@ static int fsl_asrc_dma_hw_params(struct
*/
pair->req_dma_chan_dev_to_dev = false;
if (component_be)
- pair->dma_chan[dir] =
soc_component_to_pcm(component_be)->chan[substream->stream];;
+ pair->dma_chan[dir] =
soc_component_to_pcm(component_be)->chan[substream->stream];
if (!pair->dma_chan[dir]) {
pair->dma_chan[dir] = dma_request_slave_channel(dev_be, tx ? "tx" :
"rx");
pair->req_dma_chan_dev_to_dev = true;