From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752241Ab1HXXpp (ORCPT ); Wed, 24 Aug 2011 19:45:45 -0400 Received: from na3sys009aog116.obsmtp.com ([74.125.149.240]:50999 "EHLO na3sys009aog116.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276Ab1HXXpo (ORCPT ); Wed, 24 Aug 2011 19:45:44 -0400 From: Kevin Hilman To: "Rafael J. Wysocki" Cc: Linux PM mailing list , LKML Subject: Re: [PATCH] PM / Runtime: Correct documentation of pm_runtime_irq_safe() Organization: Texas Instruments, Inc. References: <201108242246.41574.rjw@sisk.pl> Date: Wed, 24 Aug 2011 16:45:41 -0700 In-Reply-To: <201108242246.41574.rjw@sisk.pl> (Rafael J. Wysocki's message of "Wed, 24 Aug 2011 22:46:41 +0200") Message-ID: <87wre25q6y.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org "Rafael J. Wysocki" writes: > From: Rafael J. Wysocki > > The description of pm_runtime_irq_safe() has to be updated to follow > the code after commit 02b2677 (PM / Runtime: Allow _put_sync() from > interrupts-disabled context). oops, missed updating that part of the doc. > Signed-off-by: Rafael J. Wysocki Acked-by: Kevin Hilman