commit | dcf353b17007841f91e1735e33790508c84c9ad0 | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | Wed Mar 07 05:56:35 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 08 00:28:01 2012 -0800 |
tree | c7733dca7ad0bd49b37660160be857b04bec0b84 | |
parent | 783154573236f46b730b2eea17d2e6e04bdb3251 [diff] |
mlx4_core: fix bug in modify_cq wrapper for resize flow. The actual FW command is called in procedure "handle_resize". Code incorrectly invoked the FW command again (in good flow), in the modify_cq wrapper function. Fix by skipping second FW invocation unconditionally for resize. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>