commit | f8af11af85fecbfa7b95fd79c043b16ae0ee0d55 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Thu Feb 26 22:33:00 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 26 22:33:00 2009 -0800 |
tree | 56bf9f83393478e7a4f7708b1ce1e055fcde5b8f | |
parent | 9b58027bc23a73a036877f28422dad7a0a199f95 [diff] |
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>