commit | fd869db6eb1ea0ffe251e53a113dbf259400f4f6 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Tue May 16 17:03:25 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 12:40:49 2006 -0700 |
tree | bce8f3d2316c3e257dfe5f6e5fa024abffa0c03d | |
parent | 1e724845034eb898c97dc6636207f0a231af9432 [diff] |
[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>