[media] em28xx: initialize si2168_config struct
authorOlli Salonen <olli.salonen@iki.fi>
Thu, 20 Nov 2014 20:33:49 +0000 (17:33 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Fri, 21 Nov 2014 18:47:40 +0000 (16:47 -0200)
When new parameters are added for si2168 driver, the parameters have to be explicitly defined for each device if the
si2168_config struct is not initialized to all zeros.

Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/em28xx/em28xx-dvb.c

index 65a456d..5a94f17 100644 (file)
@@ -1553,6 +1553,7 @@ static int em28xx_dvb_init(struct em28xx *dev)
                        struct si2157_config si2157_config;
 
                        /* attach demod */
+                       memset(&si2168_config, 0, sizeof(si2168_config));
                        si2168_config.i2c_adapter = &adapter;
                        si2168_config.fe = &dvb->fe[0];
                        si2168_config.ts_mode = SI2168_TS_PARALLEL;