net/mlx4_en: IRQ affinity hint is not cleared on port down
authorAmir Vadai <amirv@mellanox.com>
Sun, 29 Jun 2014 08:54:57 +0000 (11:54 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2014 01:29:23 +0000 (18:29 -0700)
commitbb273617a65b9ed75f8cf9417206cbfcfb41fc48
treed53a5f5494a945eca03c7ec10739b975b0f6fff7
parent143b5ba21b2bd5091cd8dcd92de7ba1ed1d1c83c
net/mlx4_en: IRQ affinity hint is not cleared on port down

Need to remove affinity hint at mlx4_en_deactivate_cq() and not at
mlx4_en_destroy_cq() - since affinity_mask might be free'd while still
being used by procfs.

Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_cq.c