]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB: cx18-alsa: fix codingstyle issue
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Mon, 21 Dec 2009 02:01:46 +0000 (23:01 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 26 Feb 2010 18:10:44 +0000 (15:10 -0300)
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>
drivers/media/video/cx18/cx18-alsa-mixer.c

index b80391a8a9fc29a1bf0e931643307979c0fc5357..4251a72f11a8bb2e16725bf3c6b3a29db89fd3a7 100644 (file)
@@ -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;
 }