From mboxrd@z Thu Jan 1 00:00:00 1970
From: Przemyslaw Marczak
Date: Wed, 12 Aug 2015 12:10:24 +0200
Subject: [U-Boot] [PATCH] dm: pmic: max77686: Correct two typos in a
comment
In-Reply-To: <1439133057-324-1-git-send-email-sjg@chromium.org>
References: <1439133057-324-1-git-send-email-sjg@chromium.org>
Message-ID: <55CB1B90.4010808@samsung.com>
List-Id:
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: u-boot@lists.denx.de
Hello Simon,
On 08/09/2015 05:10 PM, Simon Glass wrote:
> These were pointed out in review but I missed them.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/power/regulator/max77686.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/power/regulator/max77686.c b/drivers/power/regulator/max77686.c
> index 946b87c..56ecbc1 100644
> --- a/drivers/power/regulator/max77686.c
> +++ b/drivers/power/regulator/max77686.c
> @@ -87,8 +87,8 @@ static int max77686_buck_volt2hex(int buck, int uV)
> * hex = (uV - 750000) / 50000. We assume that dynamic voltage
> * scaling via GPIOs is not enabled and don't support that.
> * If this is enabled then the driver will need to take that
> - * into account anrd check different registers depending on
> - * the current setting See the datasheet for details.
> + * into account and check different registers depending on
> + * the current setting. See the datasheet for details.
> */
> hex = (uV - MAX77686_BUCK_UV_HMIN) / MAX77686_BUCK_UV_HSTEP;
> hex_max = MAX77686_BUCK_VOLT_MAX_HEX;
>
Applied to: u-boot-pmic.
Best regards,
--
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com