Re: [patch V2 35/64] connector: Use ktime_get_ns()

From: Evgeniy Polyakov
Date: Wed Jul 16 2014 - 17:11:43 EST


Hi

17.07.2014, 01:04, "Thomas Gleixner" <tglx@xxxxxxxxxxxxx>:
> Replace the ever recurring:
>         ts = ktime_get_ts();
>         ns = timespec_to_ns(&ts);
> with
>         ns = ktime_get_ns();
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Evgeniy Polyakov <zbr@xxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/