diff options
Diffstat (limited to 'drivers/devfreq')
| -rw-r--r-- | drivers/devfreq/exynos/exynos5_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos/exynos5_bus.c b/drivers/devfreq/exynos/exynos5_bus.c index a60da3c1c48e..6eef1f7397c6 100644 --- a/drivers/devfreq/exynos/exynos5_bus.c +++ b/drivers/devfreq/exynos/exynos5_bus.c | |||
| @@ -152,7 +152,7 @@ static int exynos5_busfreq_int_target(struct device *dev, unsigned long *_freq, | |||
| 152 | if (old_freq == freq) | 152 | if (old_freq == freq) |
| 153 | return 0; | 153 | return 0; |
| 154 | 154 | ||
| 155 | dev_dbg(dev, "targetting %lukHz %luuV\n", freq, volt); | 155 | dev_dbg(dev, "targeting %lukHz %luuV\n", freq, volt); |
| 156 | 156 | ||
| 157 | mutex_lock(&data->lock); | 157 | mutex_lock(&data->lock); |
| 158 | 158 | ||
