From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762905AbdJQOce (ORCPT ); Tue, 17 Oct 2017 10:32:34 -0400 Received: from opengridcomputing.com ([70.118.0.34]:56421 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762877AbdJQOcb (ORCPT ); Tue, 17 Oct 2017 10:32:31 -0400 From: "Steve Wise" To: "'Kees Cook'" , "'Doug Ledford'" Cc: "'Steve Wise'" , "'Sean Hefty'" , "'Hal Rosenstock'" , , References: <20171016225411.GA98979@beast> In-Reply-To: <20171016225411.GA98979@beast> Subject: RE: [PATCH] RDMA/cxgb3: Convert timers to use timer_setup() Date: Tue, 17 Oct 2017 09:26:46 -0500 Message-ID: <08d501d34753$f6205c90$e26115b0$@opengridcomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Content-Language: en-us Thread-Index: AQG6AMh9IUB7UAFgSCFs5NjfYWfGcKMapkLQ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 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. Also removes an unused timer. > > Cc: Steve Wise > Cc: Doug Ledford > Cc: Sean Hefty > Cc: Hal Rosenstock > Cc: linux-rdma@vger.kernel.org > Signed-off-by: Kees Cook Acked-by: Steve Wise