Merge branch 'stable-3.2' into pandora-3.2
[pandora-kernel.git] / drivers / media / common / tuners / xc4000.c
index 634f4d9..3b9fdba 100644 (file)
@@ -923,7 +923,7 @@ static int check_firmware(struct dvb_frontend *fe, unsigned int type,
        int                        rc = 0, is_retry = 0;
        u16                        hwmodel;
        v4l2_std_id                std0;
-       u8                         hw_major, hw_minor, fw_major, fw_minor;
+       u8                         hw_major = 0, hw_minor = 0, fw_major = 0, fw_minor = 0;
 
        dprintk(1, "%s called\n", __func__);