aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoland Dreier <roland@topspin.com>2005-01-14 23:17:11 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:17:11 -0800
commit129791bd79fe02b8b738ebe53b5b74e9098a16f2 (patch)
treeb0b291c899065915a5f746f8dad4f99c3c7a99d6 /drivers
parente02b65fcf6627e620e9dfd6f0d284c6756f6130f (diff)
downloadhistory-129791bd79fe02b8b738ebe53b5b74e9098a16f2.tar.gz
[PATCH] InfiniBand/core: remove debug printk
Remove debug printk accidentally included. Signed-off-by: Tom Duffy <tduffy@sun.com> Signed-off-by: Roland Dreier <roland@topspin.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/core/sysfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/core/sysfs.c b/drivers/infiniband/core/sysfs.c
index a200544a793168..06c80febd052b0 100644
--- a/drivers/infiniband/core/sysfs.c
+++ b/drivers/infiniband/core/sysfs.c
@@ -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;