[openib-general] [PATCH][6/18] InfiniBand/core: remove debug printk
Roland Dreier
roland at topspin.com
Wed Jan 12 13:47:49 PST 2005
Remove debug printk accidentally included.
Signed-off-by: Tom Duffy <tduffy at sun.com>
Signed-off-by: Roland Dreier <roland at topspin.com>
--- 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;
More information about the general
mailing list