]> git.baikalelectronics.ru Git - kernel.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)
commitbed21128ad6af531853ade2caf242c608ffea117
treebce8f3d2316c3e257dfe5f6e5fa024abffa0c03d
parent671cca6a8ac7a635386b3dd65ecd3d1aec7038e3
[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