From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cloudserver094114.home.net.pl ([79.96.170.134]:51244 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754449AbdLFBCX (ORCPT ); Tue, 5 Dec 2017 20:02:23 -0500 From: "Rafael J. Wysocki" To: Ulf Hansson Cc: linux-pm@vger.kernel.org, Kevin Hilman , Viresh Kumar , Geert Uytterhoeven , Simon Horman , Niklas Soderlund , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 1/3] PM / core: Re-factor some code dealing with parents in __device_suspend() Date: Wed, 06 Dec 2017 02:01:48 +0100 Message-ID: <2050610.MHQahEpVux@aspire.rjw.lan> In-Reply-To: <1510588003-16650-2-git-send-email-ulf.hansson@linaro.org> References: <1510588003-16650-1-git-send-email-ulf.hansson@linaro.org> <1510588003-16650-2-git-send-email-ulf.hansson@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: On Monday, November 13, 2017 4:46:41 PM CET Ulf Hansson wrote: > Let's make the code a bit more readable by moving some of the code, which > deals with adjustments for parent devices in __device_suspend(), into its > own function. > > Signed-off-by: Ulf Hansson > Reviewed-by: Geert Uytterhoeven Applied, thanks!