[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1514801405544786@web1g.yandex.ru>
Date: Thu, 17 Jul 2014 01:06:26 +0400
From: Evgeniy Polyakov <zbr@...emap.net>
To: Thomas Gleixner <tglx@...utronix.de>,
LKML <linux-kernel@...r.kernel.org>
Cc: John Stultz <john.stultz@...aro.org>,
Peter Zijlstra <peterz@...radead.org>
Subject: Re: [patch V2 35/64] connector: Use ktime_get_ns()
Hi
17.07.2014, 01:04, "Thomas Gleixner" <tglx@...utronix.de>:
> Replace the ever recurring:
> ts = ktime_get_ts();
> ns = timespec_to_ns(&ts);
> with
> ns = ktime_get_ns();
>
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> Cc: Evgeniy Polyakov <zbr@...emap.net>
Looks good to me, thank you.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists