summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-07-05 14:17:23 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-07-05 14:17:23 -0700
commitbf0b8206b5c7f3efdeadc6687763036e88ce73d7 (patch)
tree9c00e22063735e3dfbee1f6dea7b6e36b1be06ec
parent98604229ea83ea333af4681a0ddbf172479b531e (diff)
fix typo in ENGR00269604
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
-rw-r--r--arch/arm/mach-mx6/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index ecb1936370ad..2b8a025d3671 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -1024,7 +1024,7 @@ static int _clk_audio_video_set_rate(struct clk *clk, unsigned long rate)
__raw_writel(mfn, pllbase + PLL_NUM_DIV_OFFSET);
__raw_writel(mfd, pllbase + PLL_DENOM_DIV_OFFSET);
- if (rev >= IMX_CHIP_REVISION_1_1) &&
+ if ((rev >= IMX_CHIP_REVISION_1_1) &&
(pllbase == PLL5_VIDEO_BASE_ADDR)) {
reg = __raw_readl(ANA_MISC2_BASE_ADDR)
& ~ANADIG_ANA_MISC2_CONTROL3_MASK;