Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333291
b: refs/heads/master
c: 9e0e4e1
h: refs/heads/master
i:
  333289: e5ebac2
  333287: 3906f53
v: v3
  • Loading branch information
Arnd Bergmann committed Oct 4, 2012
1 parent 5e42f09 commit ae27d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac09281a026aad1fe489419bc948ba88b910e242
refs/heads/master: 9e0e4e11623e57c0f6635f5dc6972244ce511f77
5 changes: 3 additions & 2 deletions trunk/arch/arm/mach-at91/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@ static int at91_pm_verify_clocks(void)
}
}

#ifdef CONFIG_AT91_PROGRAMMABLE_CLOCKS
if (!IS_ENABLED(CONFIG_AT91_PROGRAMMABLE_CLOCKS))
return 1;

/* PCK0..PCK3 must be disabled, or configured to use clk32k */
for (i = 0; i < 4; i++) {
u32 css;
Expand All @@ -167,7 +169,6 @@ static int at91_pm_verify_clocks(void)
return 0;
}
}
#endif

return 1;
}
Expand Down

0 comments on commit ae27d67

Please sign in to comment.