From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752008AbbAOHv4 (ORCPT ); Thu, 15 Jan 2015 02:51:56 -0500 Received: from smtp2.provo.novell.com ([137.65.250.81]:40959 "EHLO smtp2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbbAOHvz (ORCPT ); Thu, 15 Jan 2015 02:51:55 -0500 Message-ID: <1421308290.17403.4.camel@stgolabs.net> Subject: Re: [PATCH] sound/oss: use current->state helpers From: Davidlohr Bueso To: Takashi Iwai Cc: Andrew Veliath , Jaroslav Kysela , linux-kernel@vger.kernel.org Date: Wed, 14 Jan 2015 23:51:30 -0800 In-Reply-To: References: <1421305903.17403.0.camel@stgolabs.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.7 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-01-15 at 08:33 +0100, Takashi Iwai wrote: > At Wed, 14 Jan 2015 23:11:43 -0800, > Davidlohr Bueso wrote: > > > > From: Davidlohr Bueso > > > > Call __set_current_state() instead of assigning the new state directly. > > These interfaces also aid CONFIG_DEBUG_ATOMIC_SLEEP environments, keeping > > track of who changed the state. > > > > Signed-off-by: Davidlohr Bueso > > The author and sign-off have different addresses. Could you align? I don't see a problem with that. All my patches are the same. Thanks, Davidlohr