Return-path: Received: from mail-sn1nam02on0078.outbound.protection.outlook.com ([104.47.36.78]:52000 "EHLO NAM02-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754234AbdJQIkG (ORCPT ); Tue, 17 Oct 2017 04:40:06 -0400 Date: Tue, 17 Oct 2017 11:39:53 +0300 From: Sergey Matyukevich To: Kees Cook Cc: Kalle Valo , Igor Mitsyanko , Avinash Patil , Sergey Matyukevich , Kamlesh Rath , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] wireless: qtnfmac: Convert timers to use timer_setup() Message-ID: <20171017083951.c56333pxizupnvym@bars> (sfid-20171017_104032_537057_0285C5D8) References: <20171016233622.GA101550@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20171016233622.GA101550@beast> Sender: linux-wireless-owner@vger.kernel.org List-ID: > 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: Igor Mitsyanko > Cc: Avinash Patil > Cc: Sergey Matyukevich > Cc: Kalle Valo > Cc: Kamlesh Rath > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Kees Cook > --- > drivers/net/wireless/quantenna/qtnfmac/cfg80211.c | 7 +++---- > drivers/net/wireless/quantenna/qtnfmac/core.c | 2 +- > 2 files changed, 4 insertions(+), 5 deletions(-) Reviewed-by: Sergey Matyukevich Thanks! Sergey