From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754171AbbDPJI4 (ORCPT ); Thu, 16 Apr 2015 05:08:56 -0400 Received: from www.linutronix.de ([62.245.132.108]:43167 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753230AbbDPJIo (ORCPT ); Thu, 16 Apr 2015 05:08:44 -0400 Date: Thu, 16 Apr 2015 11:08:59 +0200 (CEST) From: Thomas Gleixner To: Takashi Iwai cc: LKML , Peter Zijlstra , Ingo Molnar , Preeti U Murthy , Viresh Kumar , Marcelo Tosatti , Frederic Weisbecker , Jaroslav Kysela , alsa-devel@alsa-project.org Subject: Re: [patch 04/39] sound: Use hrtimer_resolution instead of hrtimer_get_res() In-Reply-To: Message-ID: References: <20150414203303.702062272@linutronix.de> <20150414203500.799133359@linutronix.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Apr 2015, Takashi Iwai wrote: > At Tue, 14 Apr 2015 21:08:30 -0000, > Thomas Gleixner wrote: > > > > No point in converting a timespec now that the value is directly > > accessible. Get rid of the null check while at it. Resolution is > > guaranteed to be > 0. > > > > Signed-off-by: Thomas Gleixner > > Cc: Jaroslav Kysela > > Cc: Takashi Iwai > > Would you like me picking up this through sound git tree, or apply the > whole set through tip? In the latter case, feel free to take my ack: > Acked-by: Takashi Iwai I pick it up as it has a dependency on core code changes. Thanks, tglx