]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[ALSA] soc - pxa2xx-pcm - Fix checkpatch warnings
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 23 Apr 2008 13:14:18 +0000 (15:14 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:43 +0000 (12:00 +0200)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/pxa/pxa2xx-pcm.c

index daeaa4c8b876fc72b5441f0c662b220b1945081b..01ad7bf716b7b03f95f99157cabece01d16d67bd 100644 (file)
@@ -64,8 +64,8 @@ static void pxa2xx_pcm_dma_irq(int dma_ch, void *dev_id)
        if (dcsr & DCSR_ENDINTR) {
                snd_pcm_period_elapsed(substream);
        } else {
-               printk( KERN_ERR "%s: DMA error on channel %d (DCSR=%#x)\n",
-                       prtd->params->name, dma_ch, dcsr );
+               printk(KERN_ERR "%s: DMA error on channel %d (DCSR=%#x)\n",
+                       prtd->params->name, dma_ch, dcsr);
        }
 }
 
@@ -84,8 +84,8 @@ static int pxa2xx_pcm_hw_params(struct snd_pcm_substream *substream,
 
        /* return if this is a bufferless transfer e.g.
         * codec <--> BT codec or GSM modem -- lg FIXME */
-        if (!dma)
-               return 0;
+       if (!dma)
+               return 0;
 
        /* this may get called several times by oss emulation
         * with different params */
@@ -363,7 +363,6 @@ struct snd_soc_platform pxa2xx_soc_platform = {
        .pcm_new        = pxa2xx_pcm_new,
        .pcm_free       = pxa2xx_pcm_free_dma_buffers,
 };
-
 EXPORT_SYMBOL_GPL(pxa2xx_soc_platform);
 
 MODULE_AUTHOR("Nicolas Pitre");