Hello,

This is regarding a possible bug in /drivers/ipack/carriers/tpci200.c.
In the probe function with following call chan IRQ is requested:
tpci200_pci_probe -> tpci200_install -> res = tpci200_register().
Thus Interrupt may happen before the rest of the things are
initialized in the probe.
One such example is the variable tpci200->number, however, since this
is only used for logging in the interrupt handler this should be okay.
But there may be other cases as well.

Thank you,
Madhuparna


_______________________________________________
Industrypack-devel mailing list
Industrypack-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/industrypack-devel

Reply via email to