diff options
Diffstat (limited to 'drivers/devfreq/exynos4_bus.c')
-rw-r--r-- | drivers/devfreq/exynos4_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos4_bus.c b/drivers/devfreq/exynos4_bus.c index 46d94e9e95b5..3f37f3b3f268 100644 --- a/drivers/devfreq/exynos4_bus.c +++ b/drivers/devfreq/exynos4_bus.c | |||
@@ -658,7 +658,7 @@ static int exynos4_bus_target(struct device *dev, unsigned long *_freq, | |||
658 | if (old_freq == freq) | 658 | if (old_freq == freq) |
659 | return 0; | 659 | return 0; |
660 | 660 | ||
661 | dev_dbg(dev, "targetting %lukHz %luuV\n", freq, new_oppinfo.volt); | 661 | dev_dbg(dev, "targeting %lukHz %luuV\n", freq, new_oppinfo.volt); |
662 | 662 | ||
663 | mutex_lock(&data->lock); | 663 | mutex_lock(&data->lock); |
664 | 664 | ||