From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: atmel: Convert timers to use timer_setup() Date: Fri, 27 Oct 2017 07:45:57 +0000 (UTC) Message-ID: <20171027074557.B15B9601EA@smtp.codeaurora.org> References: <20171024092852.GA47097@beast> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Simon Kelley , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Kees Cook Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:55498 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbdJ0Hp6 (ORCPT ); Fri, 27 Oct 2017 03:45:58 -0400 In-Reply-To: <20171024092852.GA47097@beast> Sender: netdev-owner@vger.kernel.org List-ID: 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. > > Cc: Simon Kelley > Cc: Kalle Valo > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Patch applied to wireless-drivers-next.git, thanks. 3e79202b1152 atmel: Convert timers to use timer_setup() -- https://patchwork.kernel.org/patch/10023841/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches