[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121030055001.GA20311@roeck-us.net>
Date: Mon, 29 Oct 2012 22:50:01 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Axel Lin <axel.lin@...ics.com>
Cc: Jean Delvare <khali@...ux-fr.org>,
David Dajun Chen <dchen@...semi.com>,
Ashish Jangam <ashish.jangam@...tcummins.com>,
lm-sensors@...sensors.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwmon: da9055: Fix chan_mux[DA9055_ADC_ADCIN3] setting
On Mon, Oct 29, 2012 at 04:34:38PM +0800, Axel Lin wrote:
> Set chan_mux[DA9055_ADC_ADCIN3] = DA9055_ADC_MUX_ADCIN3.
>
> Signed-off-by: Axel Lin <axel.lin@...ics.com>
> ---
> Hi,
> This looks like a typo, but I don't have a hardware to test it.
> Axel
> drivers/hwmon/da9055-hwmon.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwmon/da9055-hwmon.c b/drivers/hwmon/da9055-hwmon.c
> index 0b41f2c..3a3377c 100644
> --- a/drivers/hwmon/da9055-hwmon.c
> +++ b/drivers/hwmon/da9055-hwmon.c
> @@ -54,7 +54,7 @@ static const u8 chan_mux[DA9055_ADC_TJUNC + 1] = {
> [DA9055_ADC_VSYS] = DA9055_ADC_MUX_VSYS,
> [DA9055_ADC_ADCIN1] = DA9055_ADC_MUX_ADCIN1,
> [DA9055_ADC_ADCIN2] = DA9055_ADC_MUX_ADCIN2,
> - [DA9055_ADC_ADCIN3] = DA9055_ADC_MUX_ADCIN1,
> + [DA9055_ADC_ADCIN3] = DA9055_ADC_MUX_ADCIN3,
> [DA9055_ADC_TJUNC] = DA9055_ADC_MUX_T_SENSE,
> };
>
Applied.
Thanks,
Guenter
--
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