diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-12-20 23:01:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 15:10:44 -0300 |
commit | 4dae2f0f84374d4e7cd6c8d41385a7c250f0726d (patch) | |
tree | f84c947819e80a82a0b1e103dbfb7daf73ccc865 /drivers/media/video | |
parent | 1a8e0e33881c9dd8cf3514bfd0b5a7ef148da929 (diff) |
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')
-rw-r--r-- | drivers/media/video/cx18/cx18-alsa-mixer.c | 2 |
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 b80391a8a9f..4251a72f11a 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; } |