Re: [PATCH] PM: Fix bug in the error handling of async suspend

2016-12-07 Thread Rafael J. Wysocki
On Wednesday, December 07, 2016 08:10:32 PM Sahitya Tummala wrote: > If async_suspend is enabled for parent and child devices, then > PM framework has to ensure that parent's async suspend gets called > only after child's async suspend is done. In case if child's async > suspend fails with error, t

[PATCH] PM: Fix bug in the error handling of async suspend

2016-12-07 Thread Sahitya Tummala
If async_suspend is enabled for parent and child devices, then PM framework has to ensure that parent's async suspend gets called only after child's async suspend is done. In case if child's async suspend fails with error, then parent's async suspend must not be invoked. The current code uses async