From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Subject: Re: [PATCH 1/2] Input: smtpe-ts: Use msecs_to_jiffies() instead of HZ Date: Fri, 8 May 2015 11:47:39 +0200 Message-ID: <201505081147.39238.marex@denx.de> References: <1431049991-30129-1-git-send-email-marex@denx.de> <20150508052820.GC18159@dtor-ws> Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-out.m-online.net ([212.18.0.9]:50042 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752251AbbEHJtW (ORCPT ); Fri, 8 May 2015 05:49:22 -0400 In-Reply-To: <20150508052820.GC18159@dtor-ws> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Viresh Kumar , "linux-input@vger.kernel.org" , Vipul Kumar Samar On Friday, May 08, 2015 at 07:28:20 AM, Dmitry Torokhov wrote: > On Fri, May 08, 2015 at 07:45:48AM +0530, Viresh Kumar wrote: > > On 8 May 2015 at 07:23, Marek Vasut wrote: > > > Use msecs_to_jiffies(20) instead of plain (HZ / 50), as the > > > former is much more explicit about it's behavior. We want > > > to schedule the task 20 mS from now, so make it explicit in > > > the code. > > > > > > Signed-off-by: Marek Vasut > > > Cc: Vipul Kumar Samar > > > Cc: Viresh Kumar > > > Cc: Dmitry Torokhov > > > --- > > > > > > drivers/input/touchscreen/stmpe-ts.c | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Reviewed-by: Viresh Kumar > > Applied both, thank you. Thank you! Shall I submit them for -stable as well please ? Best regards, Marek Vasut