From patchwork Thu Jul 26 19:55:11 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Walmsley X-Patchwork-Id: 1244591 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 4F47DDFFCE for ; Thu, 26 Jul 2012 20:02:08 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SuU9h-000430-Au; Thu, 26 Jul 2012 19:55:29 +0000 Received: from utopia.booyaka.com ([72.9.107.138]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SuU9S-00042f-7A for linux-arm-kernel@lists.infradead.org; Thu, 26 Jul 2012 19:55:14 +0000 Received: (qmail 19398 invoked by uid 1019); 26 Jul 2012 19:55:11 -0000 Date: Thu, 26 Jul 2012 13:55:11 -0600 (MDT) From: Paul Walmsley To: Michael Jones Subject: Re: [PATCH] OMAP3 clock: remove obsolete comment In-Reply-To: <1343305722-16721-1-git-send-email-michael.jones@matrix-vision.de> Message-ID: References: <1343305722-16721-1-git-send-email-michael.jones@matrix-vision.de> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Hello Michael, thanks for the patch. I've queued it for 3.7 after writing a changelog. Two minor comments for future patches: we don't accept patches with a non-null changelog - usually just something brief works fine. Also Tony wants all OMAP patches to be cc'ed to the linux-arm-kernel mailing list. regards, - Paul Date: Thu, 26 Jul 2012 14:28:42 +0200 From: Michael Jones To: linux-omap@vger.kernel.org Cc: Paul Walmsley Subject: [PATCH] ARM: OMAP3: clock data: remove obsolete comment The file is currently called 'clock3xxx_data.c', so this comment is out of date. Signed-off-by: Michael Jones [paul@pwsan.com: wrote changelog] Signed-off-by: Paul Walmsley --- arch/arm/mach-omap2/clock3xxx_data.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 1efdec2..025b5d9 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c @@ -3223,7 +3223,6 @@ static struct clk dummy_apb_pclk = { * clkdev */ -/* XXX At some point we should rename this file to clock3xxx_data.c */ static struct omap_clk omap3xxx_clks[] = { CLK(NULL, "apb_pclk", &dummy_apb_pclk, CK_3XXX), CLK(NULL, "omap_32k_fck", &omap_32k_fck, CK_3XXX),