Em Fri, 18 Dec 2015 16:52:40 +
David Howells escreveu:
> Mauro Carvalho Chehab wrote:
>
> > Smatch complains about where the au8293_data is placed:
> >
> > drivers/media/pci/cx23885/cx23885-dvb.c:2174 dvb_register() info:
> > 'a8293_pdata' is not actually initialized (unreached code).
> >
Mauro Carvalho Chehab wrote:
> Smatch complains about where the au8293_data is placed:
>
> drivers/media/pci/cx23885/cx23885-dvb.c:2174 dvb_register() info:
> 'a8293_pdata' is not actually initialized (unreached code).
>
> It is not actually expected to have such initialization at
>
> switch
Smatch complains about where the au8293_data is placed:
drivers/media/pci/cx23885/cx23885-dvb.c:2174 dvb_register() info: 'a8293_pdata'
is not actually initialized (unreached code).
It is not actually expected to have such initialization at
switch {
foo = bar;
case:
...
}
Not