mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQ
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 23 Apr 2008 18:55:45 +0000 (11:55 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 23 Apr 2008 18:55:45 +0000 (11:55 -0700)
commitf5b3a096b138940f283907debe9bde6c6f40ebf3
treea999540103ef6f7c4d1be52689c326518d4dabe5
parent6296883ca4cd52dafb45f191d24102e28ded38f2
mlx4_core: CQ resizing should pass a 0 opcode modifier to MODIFY_CQ

The call to mlx4_MODIFY_CQ() had a typo so that mlx4_cq_resize() was
actually asking the FW to modify a CQ's interrupt moderation rather than
asking it to resize a CQ.

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/net/mlx4/cq.c