> > case P9_PSI_IRQ_DIO:
> > printf("PSI: DIO irq received\n");
> > + dio_interrupt_handler(psi->chip_id);
> > break;
>
> You'll want to get rid of that printf, I think?
The printf is there before and does no harm, just a log to tell the DIO irq
received.
But yes if you want to get rid of it, we could just remove it.