From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751829Ab1GGVFN (ORCPT ); Thu, 7 Jul 2011 17:05:13 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:36639 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750756Ab1GGVFM (ORCPT ); Thu, 7 Jul 2011 17:05:12 -0400 From: "Rafael J. Wysocki" To: Akinobu Mita Subject: Re: [PATCH 1/7] pm: improve error code of pm_notifier_call_chain() Date: Thu, 7 Jul 2011 23:06:02 +0200 User-Agent: KMail/1.13.6 (Linux/3.0.0-rc5+; KDE/4.6.0; x86_64; ; ) 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 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-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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