From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbdEBOv6 (ORCPT ); Tue, 2 May 2017 10:51:58 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33833 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083AbdEBOvz (ORCPT ); Tue, 2 May 2017 10:51:55 -0400 Date: Tue, 2 May 2017 22:51:41 +0800 From: Geliang Tang To: Doug Ledford Cc: Faisal Latif , Shiraz Saleem , Sean Hefty , Hal Rosenstock , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] IB/i40iw: use setup_timer Message-ID: <20170502145141.2fo25uzgkqerjkg4@ThinkPad> References: <1bf32409-ac2a-0b14-19db-896e146db23f@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bf32409-ac2a-0b14-19db-896e146db23f@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 29, 2017 at 09:45:27AM -0400, Doug Ledford wrote: > On 4/28/2017 9:37 PM, Geliang Tang wrote: > > Use setup_timer() instead of init_timer() to simplify the code. > > > > Signed-off-by: Geliang Tang > > --- > > Changes in v2: > > - use setup_timer() in i40iw_terminate_start_timer(). > > I already applied your previous patch and did the fixup to add > i40iw_terminate_start_timer() into the patch myself. Thanks. > > > -- > Doug Ledford > GPG Key ID: B826A3330E572FDD > Key fingerprint = AE6B 1BDA 122B 23B4 265B 1274 B826 A333 0E57 2FDD > Thank you, Doug. -Geliang