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:
b581401
)
mlx4_core: Free catastrophic error MSI-X interrupt with correct dev_id
author
Roland Dreier
<rolandd@cisco.com>
Sat, 2 Jun 2007 14:16:02 +0000
(07:16 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Thu, 7 Jun 2007 18:51:58 +0000
(11:51 -0700)
We need to pass the same dev_id to free_irq() and request_irq(). When
using MSI-X, the MLX4_EQ_CATAS interrupt uses a different dev_id from
the other interrupts.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found