From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Subject: Re: rtlwifi: Convert timers to use timer_setup() Date: Fri, 27 Oct 2017 07:42:44 +0000 (UTC) Message-ID: <20171027074244.B7F7F601DA@smtp.codeaurora.org> References: <20171024092829.GA47013@beast> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Cc: Larry Finger , Chaoming Li , Ping-Ke Shih , Arvind Yadav , Souptick Joarder , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Kees Cook Return-path: In-Reply-To: <20171024092829.GA47013@beast> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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: Larry Finger > Cc: Chaoming Li > Cc: Ping-Ke Shih > Cc: Arvind Yadav > Cc: Souptick Joarder > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook Patch applied to wireless-drivers-next.git, thanks. 7c51d17c027e rtlwifi: Convert timers to use timer_setup() -- https://patchwork.kernel.org/patch/10023861/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches