From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751514AbaEYSYp (ORCPT ); Sun, 25 May 2014 14:24:45 -0400 Received: from mout.gmx.net ([212.227.15.19]:58646 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751075AbaEYSYn convert rfc822-to-8bit (ORCPT ); Sun, 25 May 2014 14:24:43 -0400 Message-ID: <1401042273.7538.10.camel@schoellingm.dzne.de> Subject: Re: [PATCH] staging: gdm72xx: use time_before() From: Manuel Schoelling To: Greg KH Cc: devel@driverdev.osuosl.org, arnd@arndb.de, peter.p.waskiewicz.jr@intel.com, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, khoroshilov@ispras.ru Date: Sun, 25 May 2014 20:24:33 +0200 In-Reply-To: <20140525181431.GA20614@kroah.com> References: <1401023339-29712-1-git-send-email-manuel.schoelling@gmx.de> <20140525181431.GA20614@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Content-Transfer-Encoding: 8BIT X-Provags-ID: V03:K0:towAMdXT93+gYgG1fEEuX/SBoZRCr3+3CmM/5B46e3nvQdtIZe8 lnHwW+j13N4TjNPMv9NrcJaXgdo81tC1iKkPQjV1vzeEKxDUW3iF012JYEqyQGOUDr2RJ83 PLGbmfw9KKco/VoY7bqdtZnOSbAi/x/Htbk4eAHpPVVjn7PJvn3kjUgkQi7hkjv4QnmYDR1 gmfi/5SNixKsFqW3i0TbA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On So, 2014-05-25 at 11:14 -0700, Greg KH wrote: > On Sun, May 25, 2014 at 03:08:59PM +0200, Manuel Schölling wrote: > > To be future-proof and for better readability the time comparisons are > > modified to use time_before() instead of plain, error-prone math. > > > > Signed-off-by: Manuel Schölling > > --- > > drivers/staging/gdm72xx/gdm_usb.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > This patch doesn't apply, can you please refresh it against my latest > tree and resend? That's weird. I pulled the lastest master from Linus and rebased the patch, but no modification of my patch was required (latest commit before my patch to that file was 8943a92fc257c439ffe55fb0f9896be57c58c56b according to my repo). Maybe you have a more recent version than Linus? Bye, Manuel > thanks, > > greg k-h