From: Douglas Schilling Landgraf Date: Sun, 25 Jan 2009 18:12:29 +0000 (-0300) Subject: V4L/DVB (10326): em28xx: Cleanup: fix bad whitespacing X-Git-Tag: v2.6.30-rc1~621^2~651 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00bc0645f02ec0c3486a9f6af9b6167ce5eda62c;p=platform%2Fkernel%2Flinux-exynos.git V4L/DVB (10326): em28xx: Cleanup: fix bad whitespacing Signed-off-by: Douglas Schilling Landgraf Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c index f132e31..7a62c77 100644 --- a/drivers/media/video/em28xx/em28xx-audio.c +++ b/drivers/media/video/em28xx/em28xx-audio.c @@ -401,9 +401,9 @@ static snd_pcm_uframes_t snd_em28xx_capture_pointer(struct snd_pcm_substream snd_pcm_uframes_t hwptr_done; dev = snd_pcm_substream_chip(substream); - spin_lock_irqsave(&dev->adev.slock, flags); + spin_lock_irqsave(&dev->adev.slock, flags); hwptr_done = dev->adev.hwptr_done_capture; - spin_unlock_irqrestore(&dev->adev.slock, flags); + spin_unlock_irqrestore(&dev->adev.slock, flags); return hwptr_done; }