From mboxrd@z Thu Jan 1 00:00:00 1970 From: Przemyslaw Marczak Date: Mon, 23 Mar 2015 09:34:14 +0100 Subject: [U-Boot] [PATCH] power: pfuze100 correct macro definition In-Reply-To: <1427096050-3737-1-git-send-email-Peng.Fan@freescale.com> References: <1427096050-3737-1-git-send-email-Peng.Fan@freescale.com> Message-ID: <550FD006.1000706@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 Peng, On 03/23/2015 08:34 AM, Peng Fan wrote: > Correct the macro PFUZE100_SW1ABC_SETP definition. We should > add parenthese for 'x'. > > Signed-off-by: Peng Fan > --- > include/power/pfuze100_pmic.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/power/pfuze100_pmic.h b/include/power/pfuze100_pmic.h > index 07199b4..9c749ed 100644 > --- a/include/power/pfuze100_pmic.h > +++ b/include/power/pfuze100_pmic.h > @@ -61,7 +61,7 @@ enum { > * Buck Regulators > */ > > -#define PFUZE100_SW1ABC_SETP(x) ((x - 3000) / 250) > +#define PFUZE100_SW1ABC_SETP(x) (((x) - 3000) / 250) > > /* SW1A/B/C Output Voltage Configuration */ > #define SW1x_0_300V 0 > Acked-by: Przemyslaw Marczak best regards, -- Przemyslaw Marczak Samsung R&D Institute Poland Samsung Electronics p.marczak at samsung.com