> > ... > > > +static int fsl_msi_host_match(struct irq_host *h, struct > device_node > > +*node) { > > + /* Exact match*/ > > + return h->of_node == node; > > +} > > This is the default behaviour, so technically you don't need > this routine - but I'm not fussed.
You are right, I noticed there is the default match function in current kernel. I can try to remove this in my driver. Thanks. > Acked-by: Michael Ellerman <[EMAIL PROTECTED]> Thanks Jason _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev