Re: [PATCH 2/2] PM: add dpm_run_callback_void and use it in device_complete

2013-06-07 Thread Greg KH
On Fri, Jun 07, 2013 at 04:20:32PM +0800, shuox@intel.com wrote: > From: ShuoX Liu > > dpm_run_callback_void could show more debug info around complete stage Again, why? What does this benifit us? greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

[PATCH 2/2] PM: add dpm_run_callback_void and use it in device_complete

2013-06-07 Thread shuox . liu
From: ShuoX Liu dpm_run_callback_void could show more debug info around complete stage Signed-off-by: Zhang Yanmin Signed-off-by: Liu ShuoX --- drivers/base/power/main.c | 27 ++- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/drivers/base/power/main