From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933210AbdJQIwl (ORCPT ); Tue, 17 Oct 2017 04:52:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:43104 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753902AbdJQIwg (ORCPT ); Tue, 17 Oct 2017 04:52:36 -0400 Date: Tue, 17 Oct 2017 10:52:43 +0200 From: Greg Kroah-Hartman To: Felipe Balbi Cc: Kees Cook , linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: isp1301-omap: Convert timers to use timer_setup() Message-ID: <20171017085243.GA9776@kroah.com> References: <20171016232923.GA101254@beast> <87376ikxez.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87376ikxez.fsf@linux.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 17, 2017 at 11:09:56AM +0300, Felipe Balbi wrote: > > Hi, > > Kees Cook writes: > > 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: Felipe Balbi > > Cc: Greg Kroah-Hartman > > Cc: linux-usb@vger.kernel.org > > Cc: linux-omap@vger.kernel.org > > Signed-off-by: Kees Cook > > Acked-by: Tony Lindgren > > do you want me to take this through my tree? > > If you wanna take through yours, here's my ack: > > Acked-by: Felipe Balbi I'll just take it through mine, thanks :) greg k-h