From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Rafael J. Wysocki" Subject: Re: [PATCH 1/7] pm: improve error code of pm_notifier_call_chain() Date: Thu, 7 Jul 2011 23:06:02 +0200 References: <1309702581-16863-1-git-send-email-akinobu.mita@gmail.com> <20110703171539.GF21127@elf.ucw.cz> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201107072306.02708.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Akinobu Mita Cc: Pavel Machek , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, linux-pm@lists.linux-foundation.org, Jiri Kosina , Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, linux-s390@vger.kernel.org List-ID: On Monday, July 04, 2011, Akinobu Mita wrote: > 2011/7/4 Pavel Machek : > > On Sun 2011-07-03 23:16:15, Akinobu Mita wrote: > >> This enables pm_notifier_call_chain() to get the actual error code > >> in the callback rather than always assume -EINVAL by converting all > >> PM notifier calls to return encapsulate error code with > >> notifier_from_errno(). > >> > >> Signed-off-by: Akinobu Mita > >> Cc: Pavel Machek > > > > Nothing obviously wrong here. > > Thanks. Can I add your ACK for this patch? Do you want me to take this patch? Rafael