From: Roland Dreier Date: Sat, 2 Jun 2007 14:16:02 +0000 (-0700) Subject: mlx4_core: Free catastrophic error MSI-X interrupt with correct dev_id X-Git-Tag: v2.6.22-rc5~48^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c5cb2355843f9958e19a4b243456be92f97c73b;p=pandora-kernel.git 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 --- Reading git-diff-tree failed