This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/media-tree.git tree:

Subject: V4L/DVB: cx88: Fix some gcc warnings
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Wed Sep 8 10:14:51 2010 -0300

drivers/media/video/cx88/cx88-dsp.c: In function ‘detect_a2_a2m_eiaj’:
drivers/media/video/cx88/cx88-dsp.c:158: warning: ‘carrier_freq’ may be used 
uninitialized in this function
drivers/media/video/cx88/cx88-dsp.c:158: warning: ‘stereo_freq’ may be used 
uninitialized in this function
drivers/media/video/cx88/cx88-dsp.c:158: warning: ‘dual_freq’ may be used 
uninitialized in this function

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/cx88/cx88-dsp.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

---

http://git.linuxtv.org/media-tree.git?a=commitdiff;h=853aa6f8137f702beb216b3aa1d31aff604f38f5

diff --git a/drivers/media/video/cx88/cx88-dsp.c 
b/drivers/media/video/cx88/cx88-dsp.c
index e1d6eef..2e6a92f 100644
--- a/drivers/media/video/cx88/cx88-dsp.c
+++ b/drivers/media/video/cx88/cx88-dsp.c
@@ -175,13 +175,7 @@ static s32 detect_a2_a2m_eiaj(struct cx88_core *core, s16 
x[], u32 N)
                stereo_freq = FREQ_EIAJ_STEREO;
                dual_freq = FREQ_EIAJ_DUAL;
                break;
-       case WW_NONE:
-       case WW_BTSC:
-       case WW_I:
-       case WW_L:
-       case WW_I2SPT:
-       case WW_FM:
-       case WW_I2SADC:
+       default:
                printk(KERN_WARNING "%s/0: unsupported audio mode %d for %s\n",
                       core->name, core->tvaudio, __func__);
                return UNSET;

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to