[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKew6eU1qRxB2QJQ5hVfLV+QekkLp4o29V_qvECjwQcVAEo+Og@mail.gmail.com>
Date: Tue, 19 Jun 2012 20:50:09 +0530
From: Yadwinder Singh Brar <yadi.brar01@...il.com>
To: axel.lin@...il.com
Cc: linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Liam Girdwood <lrg@...com>,
Jonghwa Lee <jonghwa3.lee@...sung.com>,
Myungjoo Ham <myungjoo.ham@...sung.com>,
Kyungmin Park <kyungmin.park@...sung.com>,
Chiwoong Byun <woong.byun@...sung.com>,
Yadwinder Singh Brar <yadi.brar@...sung.com>
Subject: Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback.
On Tue, Jun 19, 2012 at 5:53 PM, Axel Lin <axel.lin@...il.com> wrote:
>> return regmap_update_bits(rdev->regmap, rdev->desc->enable_reg,
>> ramp_value << 6);
>
> Typo, should be:
> return regmap_update_bits(rdev->regmap, rdev->desc->enable_reg,
> MAX77686_RAMP_RATE_MASK, ramp_value << 6);
Ok, I will do it.
Thanks.
--
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