git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c21fd4
)
PCI MSI: Unmask MSI if setup failed
author
Hidetoshi Seto
<seto.hidetoshi@jp.fujitsu.com>
Tue, 23 Jun 2009 08:39:27 +0000
(17:39 +0900)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Mon, 29 Jun 2009 19:16:19 +0000
(12:16 -0700)
The initial state of mask register of MSI is unmasked. We set it
masked before calling arch_setup_msi_irqs(). If arch_setup_msi_irq()
fails, it is better to restore the state of the mask register.
Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
No differences found