]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6c5dcb27ce5933c9dd4ecffcef7d1857fb33168
tree56bf9f83393478e7a4f7708b1ce1e055fcde5b8f
parentbdcad4ad6dcc5945e90d909a2caeb3e400f3de5e
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