summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx18
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-12-21 02:01:46 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 18:10:44 (GMT)
commit4dae2f0f84374d4e7cd6c8d41385a7c250f0726d (patch)
treef84c947819e80a82a0b1e103dbfb7daf73ccc865 /drivers/media/video/cx18
parent1a8e0e33881c9dd8cf3514bfd0b5a7ef148da929 (diff)
downloadlinux-fsl-qoriq-4dae2f0f84374d4e7cd6c8d41385a7c250f0726d.tar.xz
V4L/DVB: cx18-alsa: fix codingstyle issue
Address coding style issue with cx18-alsa-main.c This work was sponsored by ONELAN Limited. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r--drivers/media/video/cx18/cx18-alsa-mixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-alsa-mixer.c b/drivers/media/video/cx18/cx18-alsa-mixer.c
index b80391a..4251a72 100644
--- a/drivers/media/video/cx18/cx18-alsa-mixer.c
+++ b/drivers/media/video/cx18/cx18-alsa-mixer.c
@@ -92,7 +92,7 @@ static int snd_cx18_mixer_tv_vol_info(struct snd_kcontrol *kcontrol,
uinfo->count = 1;
/* We're already translating values, just keep this control in dB */
uinfo->value.integer.min = -96;
- uinfo->value.integer.max = +8;
+ uinfo->value.integer.max = 8;
uinfo->value.integer.step = 1;
return 0;
}