From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752976AbaGNHHW (ORCPT ); Mon, 14 Jul 2014 03:07:22 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:39868 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbaGNHHR (ORCPT ); Mon, 14 Jul 2014 03:07:17 -0400 Date: Mon, 14 Jul 2014 08:07:10 +0100 From: Lee Jones To: Thomas Gleixner Cc: LKML , John Stultz , Peter Zijlstra , Samuel Ortiz Subject: Re: [patch 35/55] mfd: cros_ec_spi: Use ktime_get_ns() Message-ID: <20140714070710.GH2954@lee--X1> References: <20140711133623.530368377@linutronix.de> <20140711133708.263040802@linutronix.de> <20140711145212.GG2954@lee--X1> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Jul 2014, Thomas Gleixner wrote: > On Fri, 11 Jul 2014, Lee Jones wrote: > > > > Replace the ever recurring: > > > ts = ktime_get_ts(); > > > ns = timespec_to_ns(&ts); > > > with > > > ns = ktime_get_ns(); > > > > > > Signed-off-by: Thomas Gleixner > > > Cc: Samuel Ortiz > > > > Only Sam? How old is your version of MAINTAINERS? > > Hmm. I use get_maintainers.pl and manually edit it afterwards. Seems > that I killed one extra line :) > > > Sam hasn't actively maintained MFD for over a year now. > > > > Patch applied though, thanks. > > ktime_get_ns() is not upstream yet, it's part of the series I posted :) > > If you ack it, i'll carry it and also remove the now unused variable > ts before applying it. Very well. Patch looks good to me: Acked-by: Lee Jones -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog