On Wed, Feb 26, 2014 at 06:22:01PM +0800, kbuild test robot wrote:
> sound/soc/intel/sst-haswell-ipc.c:553 ipc_tx_message() warn: inconsistent 
> returns irqsave:flags: locked (531 [(-16)]) unlocked (551 [(-110),0], 553 [0])
> sound/soc/intel/sst-haswell-ipc.c:620 hsw_notification_work() warn: 
> sizoef(&pointer)?
> sound/soc/intel/sst-haswell-ipc.c:620 hsw_notification_work() warn: was 
> 'sizeof(*pos)' intended?

I fixed these earlier...

> sound/soc/intel/sst-haswell-pcm.c:761 hsw_pcm_probe() error: no modifiers for 
> allocation.
> sound/soc/intel/sst-haswell-pcm.c:768 hsw_pcm_probe() error: no modifiers for 
> allocation.

For some reason Smatch complains about:

        priv_data->pcm_pg[i][1] = kzalloc(PAGE_SIZE, GFP_DMA);

When I added the check to Smatch I thought that was invalid but that was
years ago and now I'm not sure if it's valid or not.

regards,
dan carpenter

_______________________________________________
kbuild mailing list
kbuild@lists.01.org
https://lists.01.org/mailman/listinfo/kbuild

Reply via email to