]> git.baikalelectronics.ru Git - kernel.git/commit
mlx4_en: Fix cleanup flow on cq activation
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>
Sun, 26 Apr 2009 20:41:34 +0000 (20:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2009 09:31:31 +0000 (02:31 -0700)
commit753c223d0bdf2924ae7c4fade16bf7b7062909ae
tree4498832c81288d701631f849b9c1f1c03414e3b7
parent07014a70d6c07e1ed9a75325a8363ab669cf4291
mlx4_en: Fix cleanup flow on cq activation

In case of mlx4_en_activate_cq() failure, the cleanup
code would go to rx_err and try to disable unactivated rings.

Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mlx4/en_netdev.c