From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] sound: Convert timers to use timer_setup() Date: Thu, 26 Oct 2017 14:45:44 +0200 Message-ID: References: <20171025150927.GA12207@beast> <20171026070917.4et4xygn66xleteq@sirena.org.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 9B608266B38 for ; Thu, 26 Oct 2017 14:45:49 +0200 (CEST) In-Reply-To: <20171026070917.4et4xygn66xleteq@sirena.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: Oder Chiou , alsa-devel@alsa-project.org, Kees Cook , linux-kernel@vger.kernel.org, Liam Girdwood , Peter Ujfalusi , Bard Liao , Takashi Sakamoto , Jarkko Nikula List-Id: alsa-devel@alsa-project.org On Thu, 26 Oct 2017 09:09:17 +0200, Mark Brown wrote: > > On Wed, Oct 25, 2017 at 08:09:27AM -0700, Kees Cook wrote: > > In preparation for unconditionally passing the struct timer_list > > pointer to all timer callbacks, switch to using the new timer_setup() > > and from_timer() to pass the timer pointer explicitly. These are all the > > "mechanical" changes remaining in the sound subsystem. > > Acked-by: Mark Brown OK, applied now. Thanks! Takashi From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932330AbdJZMpu (ORCPT ); Thu, 26 Oct 2017 08:45:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:37589 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932198AbdJZMpt (ORCPT ); Thu, 26 Oct 2017 08:45:49 -0400 Date: Thu, 26 Oct 2017 14:45:44 +0200 Message-ID: From: Takashi Iwai To: Mark Brown Cc: Kees Cook , Jaroslav Kysela , Bard Liao , Oder Chiou , Liam Girdwood , Peter Ujfalusi , Jarkko Nikula , Takashi Sakamoto , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sound: Convert timers to use timer_setup() In-Reply-To: <20171026070917.4et4xygn66xleteq@sirena.org.uk> References: <20171025150927.GA12207@beast> <20171026070917.4et4xygn66xleteq@sirena.org.uk> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 26 Oct 2017 09:09:17 +0200, Mark Brown wrote: > > On Wed, Oct 25, 2017 at 08:09:27AM -0700, Kees Cook wrote: > > In preparation for unconditionally passing the struct timer_list > > pointer to all timer callbacks, switch to using the new timer_setup() > > and from_timer() to pass the timer pointer explicitly. These are all the > > "mechanical" changes remaining in the sound subsystem. > > Acked-by: Mark Brown OK, applied now. Thanks! Takashi