mlx4_core: Free catastrophic error MSI-X interrupt with correct dev_id
authorRoland Dreier <rolandd@cisco.com>
Sat, 2 Jun 2007 14:16:02 +0000 (07:16 -0700)
committerRoland 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