]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
mlx4_core: Delete incorrect comment
authorRoland Dreier <rolandd@cisco.com>
Mon, 22 Dec 2008 15:15:05 +0000 (07:15 -0800)
committerRoland Dreier <rolandd@cisco.com>
Mon, 22 Dec 2008 15:15:05 +0000 (07:15 -0800)
The comment about a "Conditional on hca_type" was cut-and-pasted from
the mthca driver, and doesn't apply to mlx4 (since only one type of HCA
is handled by mlx4).  So just delete it.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/net/mlx4/eq.c

index 5d867ebe6a4dcfe3ea968bc63f72d16c07dd58e3..2c19bff7cbaba33efe3c10776c476594158c4b13 100644 (file)
@@ -243,10 +243,6 @@ static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq)
                 * least that often.
                 */
                if (unlikely(set_ci >= MLX4_NUM_SPARE_EQE)) {
-                       /*
-                        * Conditional on hca_type is OK here because
-                        * this is a rare case, not the fast path.
-                        */
                        eq_set_ci(eq, 0);
                        set_ci = 0;
                }