b44: Unconditionally enable interrupt routing on reset
authorMichael Buesch <mb@bu3sch.de>
Fri, 27 Feb 2009 06:33:00 +0000 (22:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 06:33:00 +0000 (22:33 -0800)
Unconditionally setup the IRQ routing on chip reset.
It's safe to call ssb_pcicore_dev_irqvecs_enable() unconditionally, because
it has internal checks for redundant calls.

This fixes problems where hardware will not come up properly
due to quirks in the enable-bit hardware.

Reported-by: Pantelis Koukousoulas <pktoss@gmail.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found