Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5453
b: refs/heads/master
c: cc993ca
h: refs/heads/master
i:
  5451: f685206
v: v3
  • Loading branch information
Dave Jones committed Jul 28, 2005
1 parent 525134b commit 8b08639
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: 841e40b380a70933e8dc1184e0f9ba1c6cac48af
refs/heads/master: cc993cab0239cb07af329d2e18faac7888821075
4 changes: 2 additions & 2 deletions trunk/drivers/cpufreq/cpufreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ int cpufreq_driver_target(struct cpufreq_policy *policy,
unsigned int target_freq,
unsigned int relation)
{
unsigned int ret;
int ret;

policy = cpufreq_cpu_get(policy->cpu);
if (!policy)
Expand All @@ -1151,7 +1151,7 @@ EXPORT_SYMBOL_GPL(cpufreq_driver_target);

static int __cpufreq_governor(struct cpufreq_policy *policy, unsigned int event)
{
int ret = -EINVAL;
int ret;

if (!try_module_get(policy->governor->owner))
return -EINVAL;
Expand Down

0 comments on commit 8b08639

Please sign in to comment.