Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336784
b: refs/heads/master
c: dce9dc3
h: refs/heads/master
v: v3
  • Loading branch information
Sangho Yi authored and MyungJoo Ham committed Nov 20, 2012
1 parent 306e3ca commit 14721f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 50a5b33e0159f8783ef617cdb9d5fbb6a3955b6f
refs/heads/master: dce9dc3a24f03b054dae02ef5cf1df7e97a8f558
2 changes: 1 addition & 1 deletion trunk/drivers/devfreq/exynos4_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ static __devinit int exynos4_busfreq_probe(struct platform_device *pdev)
opp = opp_find_freq_floor(dev, &exynos4_devfreq_profile.initial_freq);
if (IS_ERR(opp)) {
dev_err(dev, "Invalid initial frequency %lu kHz.\n",
exynos4_devfreq_profile.initial_freq);
exynos4_devfreq_profile.initial_freq);
return PTR_ERR(opp);
}
data->curr_opp = opp;
Expand Down

0 comments on commit 14721f1

Please sign in to comment.