commit | 2c5cb2355843f9958e19a4b243456be92f97c73b | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sat Jun 02 07:16:02 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Thu Jun 07 11:51:58 2007 -0700 |
tree | 1c793ff7d6a1805a97c8e6d709a8b72a2df5d454 | |
parent | b581401ed0cc83a4483ed39c00a14a60bacecc3a [diff] |
mlx4_core: Free catastrophic error MSI-X interrupt with correct dev_id 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>