aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2009-01-25 13:12:29 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:28 -0400
commit00bc0645f02ec0c3486a9f6af9b6167ce5eda62c (patch)
tree103769ee7319f2dde1a2f753887e245121efb212
parent51caf91f5ba4f6c02ba2bd53c3f113b9da544ebb (diff)
V4L/DVB (10326): em28xx: Cleanup: fix bad whitespacing
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/em28xx/em28xx-audio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c
index f132e31f6edd..7a62c77b8485 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
401 snd_pcm_uframes_t hwptr_done; 401 snd_pcm_uframes_t hwptr_done;
402 402
403 dev = snd_pcm_substream_chip(substream); 403 dev = snd_pcm_substream_chip(substream);
404 spin_lock_irqsave(&dev->adev.slock, flags); 404 spin_lock_irqsave(&dev->adev.slock, flags);
405 hwptr_done = dev->adev.hwptr_done_capture; 405 hwptr_done = dev->adev.hwptr_done_capture;
406 spin_unlock_irqrestore(&dev->adev.slock, flags); 406 spin_unlock_irqrestore(&dev->adev.slock, flags);
407 407
408 return hwptr_done; 408 return hwptr_done;
409} 409}