This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Spurious irq 95: 0xffffffdf, please flush posted write for irq...

I got some "Spurious irq 95: 0xffffffdf, please flush posted write for irq 12", for irq 37 and for irq 94 message when I run the iperf test on a SDIO wifi attached to mmc3.

I have searched the web about this. It suggests to read back the last written device register in the interrupt handler. I have found the irq 12 is for dma.c, irq 37 is for time-gp.c and irq 94 is for omap_hsmmc.c, I try to do it but the message still reporting.

How to fix this? Can I just ignore the message?

Regards,

Colman