acx_pci_s_up(): enable IRQs only after the device is up
commit51aa3b93736a97e1672e4b1245dda722e117cb36
authorFrancis Galiegue <fgaliegue@gmail.com>
Thu, 8 May 2008 14:43:23 +0000 (8 16:43 +0200)
committerFrancis Galiegue <fgaliegue@gmail.com>
Thu, 8 May 2008 14:43:23 +0000 (8 16:43 +0200)
tree4c8acf59da04452387e45519d5e17d3f12fdd35a
parent1cd4273cb3f7b1b1f4f77304b0cf448098018718
acx_pci_s_up(): enable IRQs only after the device is up

acx_s_start() was called only after acx_enable_irq(). As a result,
interrupts could arrive while the device was still not up.

Invert these two calls.
pci.c