From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758867Ab3DAPyT (ORCPT ); Mon, 1 Apr 2013 11:54:19 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:37360 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757684Ab3DAPyS (ORCPT ); Mon, 1 Apr 2013 11:54:18 -0400 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/t5JWgjM0OMCe3cK0VoKnM Date: Mon, 1 Apr 2013 08:54:15 -0700 From: Tony Lindgren To: Paul Bolle Cc: Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] omap: fix typo "CONFIG_BRIDGE_DVFS" Message-ID: <20130401155414.GE10155@atomide.com> References: <1364254205.1390.307.camel@x61.thuisdomein> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364254205.1390.307.camel@x61.thuisdomein> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul Bolle [130325 16:34]: > Commit 90173882ed15a8034d6d162da5f343a2c7d87587 ("omap: add dsp platform > device") used CONFIG_BRIDGE_DVFS were it obviously meant > CONFIG_TIDSPBRIDGE_DVFS. Fix that. > > Signed-off-by: Paul Bolle > --- > Untested. As this typo has been in the tree since v2.6.37, this really > needs some testing. Thanks, applying into omap-for-v3.10/fixes-non-critical. Regards, Tony > arch/arm/mach-omap2/dsp.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-omap2/dsp.c b/arch/arm/mach-omap2/dsp.c > index b155500..b8208b4 100644 > --- a/arch/arm/mach-omap2/dsp.c > +++ b/arch/arm/mach-omap2/dsp.c > @@ -26,7 +26,7 @@ > #include "control.h" > #include "cm2xxx_3xxx.h" > #include "prm2xxx_3xxx.h" > -#ifdef CONFIG_BRIDGE_DVFS > +#ifdef CONFIG_TIDSPBRIDGE_DVFS > #include "omap-pm.h" > #endif > > @@ -35,7 +35,7 @@ > static struct platform_device *omap_dsp_pdev; > > static struct omap_dsp_platform_data omap_dsp_pdata __initdata = { > -#ifdef CONFIG_BRIDGE_DVFS > +#ifdef CONFIG_TIDSPBRIDGE_DVFS > .dsp_set_min_opp = omap_pm_dsp_set_min_opp, > .dsp_get_opp = omap_pm_dsp_get_opp, > .cpu_set_freq = omap_pm_cpu_set_freq, > -- > 1.7.11.7 >