Skip to content

Commit

Permalink
Fixed a small error in netarchy's original OC commit.
Browse files Browse the repository at this point in the history
This may not actually affect anything though, but best to make sure everything is in order.
  • Loading branch information
Entropy512 committed Aug 6, 2011
1 parent d173ca9 commit 5bed361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5pv210/include/mach/cpu-freq-v210.h
Expand Up @@ -33,7 +33,7 @@ enum perf_level {
L4, // 400MHz
L5, // 200MHz
L6, // 100MHz
MAX_PERF_LEVEL = L4,
MAX_PERF_LEVEL = L6,
};

#define SLEEP_FREQ (800 * 1000) /* Use 800MHz when entering sleep */
Expand Down

0 comments on commit 5bed361

Please sign in to comment.