Skip to content

Commit

Permalink
PM: Remove some debug messages producing too much noise
Browse files Browse the repository at this point in the history
pm_runtime_idle() is somewhat noisy. Remove debug prints.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
  • Loading branch information
Pavel Machek authored and Rafael J. Wysocki committed Nov 3, 2009
1 parent e528e87 commit 2ddac2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/base/power/runtime.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ static int __pm_runtime_idle(struct device *dev)
{
int retval = 0;

dev_dbg(dev, "__pm_runtime_idle()!\n");

if (dev->power.runtime_error)
retval = -EINVAL;
else if (dev->power.idle_notification)
Expand Down Expand Up @@ -93,8 +91,6 @@ static int __pm_runtime_idle(struct device *dev)
wake_up_all(&dev->power.wait_queue);

out:
dev_dbg(dev, "__pm_runtime_idle() returns %d!\n", retval);

return retval;
}

Expand Down

0 comments on commit 2ddac2a

Please sign in to comment.