[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1321241459.1867.16.camel@epip-laptop>
Date: Mon, 14 Nov 2011 11:30:59 +0800
From: Guan Xuetao <gxt@...c.pku.edu.cn>
To: Paul Bolle <pebolle@...cali.nl>
Cc: Jiri Kosina <trivial@...nel.org>, Arnd Bergmann <arnd@...db.de>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [TRIVIAL] unicore32: Fix typo 'PUV3_I2C'
On Sun, 2011-11-13 at 01:43 +0100, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@...cali.nl>
Acked-by: Guan Xuetao <gxt@...c.pku.edu.cn>
Thanks Paul, and I have pushed this patch into my repo.
Guan Xuetao
> ---
> 0) This corrects an obvious typo. It is untested.
>
> 1) This could influence the code generated for "I2C Battery BQ27200
> Support" and for "I2C EEPROMs AT24 support". So I've CC'd the people
> involved in commit fa7499ef77 ("unicore32 machine related files: core
> files"), which introduced this typo, to actually test this.
>
> arch/unicore32/Kconfig | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
> index e57dcce..942ed61 100644
> --- a/arch/unicore32/Kconfig
> +++ b/arch/unicore32/Kconfig
> @@ -237,13 +237,13 @@ menu "PKUnity NetBook-0916 Features"
>
> config I2C_BATTERY_BQ27200
> tristate "I2C Battery BQ27200 Support"
> - select PUV3_I2C
> + select I2C_PUV3
> select POWER_SUPPLY
> select BATTERY_BQ27x00
>
> config I2C_EEPROM_AT24
> tristate "I2C EEPROMs AT24 support"
> - select PUV3_I2C
> + select I2C_PUV3
> select MISC_DEVICES
> select EEPROM_AT24
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists