[PATCH][6/18] InfiniBand/core: remove debug printk

From: Roland Dreier
Date: Wed Jan 12 2005 - 17:09:20 EST


Remove debug printk accidentally included.

Signed-off-by: Tom Duffy <tduffy@xxxxxxx>
Signed-off-by: Roland Dreier <roland@xxxxxxxxxxx>

--- linux/drivers/infiniband/core/sysfs.c (revision 1455)
+++ linux/drivers/infiniband/core/sysfs.c (revision 1456)
@@ -188,8 +188,6 @@
case 4: speed = " QDR"; break;
}

- printk(KERN_ERR "width %d speed %d\n", attr.active_width, attr.active_speed);
-
rate = 25 * ib_width_enum_to_int(attr.active_width) * attr.active_speed;
if (rate < 0)
return -EINVAL;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/