diff options
author | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-01-25 16:12:29 -0200 |
---|---|---|
committer | Douglas Schilling Landgraf <dougsland@redhat.com> | 2009-01-25 16:12:29 -0200 |
commit | 1c4acbfba514ff97e939c530ec86a0c95ec8e656 (patch) | |
tree | 57d3add00bfde35216e8befec9cee4ac95d644a0 /linux/drivers/media | |
parent | 2bdbada7bd67bed564b828c8fe56530d0bd9a7ef (diff) | |
download | mediapointer-dvb-s2-1c4acbfba514ff97e939c530ec86a0c95ec8e656.tar.gz mediapointer-dvb-s2-1c4acbfba514ff97e939c530ec86a0c95ec8e656.tar.bz2 |
em28xx: fix spaces
From: Douglas Schilling Landgraf <dougsland@redhat.com>
Fixed spaces
Priority: normal
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-audio.c b/linux/drivers/media/video/em28xx/em28xx-audio.c index c64cd42a8..ebbc64b3a 100644 --- a/linux/drivers/media/video/em28xx/em28xx-audio.c +++ b/linux/drivers/media/video/em28xx/em28xx-audio.c @@ -470,9 +470,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; } |