Re: [PATCH 2/2] regulator: max77686: Implement .set_ramp_delay() callback.

From: Yadwinder Singh Brar
Date: Tue Jun 19 2012 - 11:20:07 EST


On Tue, Jun 19, 2012 at 5:53 PM, Axel Lin <axel.lin@xxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/