Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757230Ab3E3OCH (ORCPT ); Thu, 30 May 2013 10:02:07 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:45644 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754944Ab3E3OB6 (ORCPT ); Thu, 30 May 2013 10:01:58 -0400 MIME-Version: 1.0 In-Reply-To: References: <1369904660-14169-1-git-send-email-kamalesh@linux.vnet.ibm.com> From: Paul Turner Date: Thu, 30 May 2013 07:01:27 -0700 Message-ID: Subject: Re: [PATCH -tip] sched/fair: Remove unused variable from expire_cfs_rq_runtime() To: Frederic Weisbecker Cc: Kamalesh Babulal , LKML , Peter Zijlstra , Ingo Molnar Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 26 Looks good On Thu, May 30, 2013 at 2:20 AM, Frederic Weisbecker wrote: > 2013/5/30 Kamalesh Babulal : >> 78becc2709 "sched: Use an accessor to read the rq clock" >> introduces rq_clock(), which obsoletes use of "rq" in >> expire_cfs_rq_runtime() and triggers build warning: >> >> kernel/sched/fair.c: In function 'expire_cfs_rq_runtime': >> kernel/sched/fair.c:2159:13: warning: unused variable 'rq' [-Wunused-variable] >> >> Signed-off-by: Kamalesh Babulal > > Thanks! > > Acked-by: Frederic Weisbecker > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/