Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336713
b: refs/heads/master
c: f55c9c2
h: refs/heads/master
i:
  336711: f5b9e7f
v: v3
  • Loading branch information
Jingoo Han authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 188a54e commit b3f57b5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7249924e537816368c4a35afd97ab311f75a6368
refs/heads/master: f55c9c26278b0fcfa3336eccbba3d8a782da8aed
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ static int __cpufreq_set_policy(struct cpufreq_policy *data,
static ssize_t store_##file_name \
(struct cpufreq_policy *policy, const char *buf, size_t count) \
{ \
unsigned int ret = -EINVAL; \
unsigned int ret; \
struct cpufreq_policy new_policy; \
\
ret = cpufreq_get_policy(&new_policy, policy->cpu); \
Expand Down Expand Up @@ -459,7 +459,7 @@ static ssize_t show_scaling_governor(struct cpufreq_policy *policy, char *buf)
static ssize_t store_scaling_governor(struct cpufreq_policy *policy,
const char *buf, size_t count)
{
unsigned int ret = -EINVAL;
unsigned int ret;
char str_governor[16];
struct cpufreq_policy new_policy;

Expand Down

0 comments on commit b3f57b5

Please sign in to comment.