Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / media / common / tuners / tda18212.c
index e29cc2b..27c1861 100644 (file)
@@ -241,7 +241,7 @@ struct dvb_frontend *tda18212_attach(struct dvb_frontend *fe,
 {
        struct tda18212_priv *priv = NULL;
        int ret;
-       u8 val;
+       u8 uninitialized_var(val);
 
        priv = kzalloc(sizeof(struct tda18212_priv), GFP_KERNEL);
        if (priv == NULL)