Skip to content

Commit

Permalink
IB/cm: Remove debug printk()s that snuck upstream
Browse files Browse the repository at this point in the history
Pesky little devils, sneaking around...

Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Roland Dreier committed Feb 12, 2008
1 parent fe17435 commit ab64b96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/infiniband/core/cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -3587,8 +3587,6 @@ static void cm_release_port_obj(struct kobject *obj)
{
struct cm_port *cm_port;

printk(KERN_ERR "free cm port\n");

cm_port = container_of(obj, struct cm_port, port_obj);
kfree(cm_port);
}
Expand All @@ -3601,8 +3599,6 @@ static void cm_release_dev_obj(struct kobject *obj)
{
struct cm_device *cm_dev;

printk(KERN_ERR "free cm dev\n");

cm_dev = container_of(obj, struct cm_device, dev_obj);
kfree(cm_dev);
}
Expand Down

0 comments on commit ab64b96

Please sign in to comment.