Commit 129791bd authored by Roland Dreier's avatar Roland Dreier Committed by Linus Torvalds

[PATCH] InfiniBand/core: remove debug printk

Remove debug printk accidentally included.
Signed-off-by: default avatarTom Duffy <tduffy@sun.com>
Signed-off-by: default avatarRoland Dreier <roland@topspin.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e02b65fc
......@@ -188,8 +188,6 @@ static ssize_t rate_show(struct ib_port *p, struct port_attribute *unused,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment