From 4dae2f0f84374d4e7cd6c8d41385a7c250f0726d Mon Sep 17 00:00:00 2001 From: Devin Heitmueller Date: Sun, 20 Dec 2009 23:01:46 -0300 Subject: [PATCH] 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 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/video/cx18/cx18-alsa-mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/video/cx18/cx18-alsa-mixer.c b/drivers/media/video/cx18/cx18-alsa-mixer.c index b80391a8a9fc..4251a72f11a8 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; } -- 2.39.5