]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Driver core: PM_DEBUG device suspend() messages become informative
authorDavid Brownell <david-b@pacbell.net>
Wed, 17 May 2006 00:03:25 +0000 (17:03 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Jun 2006 19:40:49 +0000 (12:40 -0700)
commitfd869db6eb1ea0ffe251e53a113dbf259400f4f6
treebce8f3d2316c3e257dfe5f6e5fa024abffa0c03d
parent1e724845034eb898c97dc6636207f0a231af9432
[PATCH] Driver core: PM_DEBUG device suspend() messages become informative

This makes the driver model PM suspend debug messages more useful, by

  (a) explaining what event is being sent, since not all suspend()
      requests mean the same thing;

  (b) reporting when a PM_EVENT_SUSPEND call is allowing the device
      to issue wakeup events.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/power/suspend.c