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)
commitf8af11af85fecbfa7b95fd79c043b16ae0ee0d55
tree56bf9f83393478e7a4f7708b1ce1e055fcde5b8f
parent9b58027bc23a73a036877f28422dad7a0a199f95
b44: Unconditionally enable interrupt routing on reset

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>
drivers/net/b44.c