Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aee5f29e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[media] cx23885-dvb: initialize a8293_pdata



As reported by smatch:
	drivers/media/pci/cx23885/cx23885-dvb.c:2174 dvb_register() info: 'a8293_pdata' is not actually initialized (unreached code).

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent b62ef37c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2171,7 +2171,7 @@ static int dvb_register(struct cx23885_tsport *port)
	case CX23885_BOARD_HAUPPAUGE_HVR5525:
	case CX23885_BOARD_HAUPPAUGE_HVR5525:
		switch (port->nr) {
		switch (port->nr) {
		struct m88rs6000t_config m88rs6000t_config;
		struct m88rs6000t_config m88rs6000t_config;
		struct a8293_platform_data a8293_pdata = {};
		struct a8293_platform_data a8293_pdata = { 0 };


		/* port b - satellite */
		/* port b - satellite */
		case 1:
		case 1: