From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: qtnfmac: Convert timers to use timer_setup() Date: Fri, 27 Oct 2017 07:43:45 +0000 (UTC) Message-ID: <20171027074345.AD4A16044E@smtp.codeaurora.org> References: <20171024092837.GA47040@beast> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Igor Mitsyanko , Avinash Patil , Sergey Matyukevich , Kamlesh Rath , 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]:55140 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058AbdJ0Hnq (ORCPT ); Fri, 27 Oct 2017 03:43:46 -0400 In-Reply-To: <20171024092837.GA47040@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: Kalle Valo > Cc: Igor Mitsyanko > Cc: Avinash Patil > Cc: Sergey Matyukevich > Cc: Kamlesh Rath > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Patch applied to wireless-drivers-next.git, thanks. 7e916cafb4d9 qtnfmac: Convert timers to use timer_setup() -- https://patchwork.kernel.org/patch/10023851/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches