diff options
author | Codrut Grosu <codrut.cristian.grosu@gmail.com> | 2017-02-25 05:12:21 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-07 09:18:35 -0500 |
commit | 84052652feb89e76fde6fd37d26c9649da715557 (patch) | |
tree | b0668d6f46066861a8bd669a48fe1ddb37f58046 | |
parent | c2dcce361ab7161e494e93f19a2945574c5a2cd7 (diff) |
ASoC: txx9: Added requiered spaces.
This was reported by checpatch.pl
Signed-off-by: Codrut GROSU <codrut.cristian.grosu@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/txx9/txx9aclc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/txx9/txx9aclc.c b/sound/soc/txx9/txx9aclc.c index 2cb2e0672c44..7912bf09dc4d 100644 --- a/sound/soc/txx9/txx9aclc.c +++ b/sound/soc/txx9/txx9aclc.c | |||
@@ -206,7 +206,7 @@ static void txx9aclc_dma_tasklet(unsigned long data) | |||
206 | static int txx9aclc_pcm_trigger(struct snd_pcm_substream *substream, int cmd) | 206 | static int txx9aclc_pcm_trigger(struct snd_pcm_substream *substream, int cmd) |
207 | { | 207 | { |
208 | struct txx9aclc_dmadata *dmadata = substream->runtime->private_data; | 208 | struct txx9aclc_dmadata *dmadata = substream->runtime->private_data; |
209 | struct txx9aclc_plat_drvdata *drvdata =txx9aclc_drvdata; | 209 | struct txx9aclc_plat_drvdata *drvdata = txx9aclc_drvdata; |
210 | void __iomem *base = drvdata->base; | 210 | void __iomem *base = drvdata->base; |
211 | unsigned long flags; | 211 | unsigned long flags; |
212 | int ret = 0; | 212 | int ret = 0; |
@@ -340,7 +340,7 @@ static bool filter(struct dma_chan *chan, void *param) | |||
340 | static int txx9aclc_dma_init(struct txx9aclc_soc_device *dev, | 340 | static int txx9aclc_dma_init(struct txx9aclc_soc_device *dev, |
341 | struct txx9aclc_dmadata *dmadata) | 341 | struct txx9aclc_dmadata *dmadata) |
342 | { | 342 | { |
343 | struct txx9aclc_plat_drvdata *drvdata =txx9aclc_drvdata; | 343 | struct txx9aclc_plat_drvdata *drvdata = txx9aclc_drvdata; |
344 | struct txx9dmac_slave *ds = &dmadata->dma_slave; | 344 | struct txx9dmac_slave *ds = &dmadata->dma_slave; |
345 | dma_cap_mask_t mask; | 345 | dma_cap_mask_t mask; |
346 | 346 | ||