diff options
Diffstat (limited to 'arch/arm/mach-omap2/sr_device.c')
-rw-r--r-- | arch/arm/mach-omap2/sr_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sr_device.c b/arch/arm/mach-omap2/sr_device.c index a503e1e8358c..62af20fd64be 100644 --- a/arch/arm/mach-omap2/sr_device.c +++ b/arch/arm/mach-omap2/sr_device.c | |||
@@ -106,7 +106,7 @@ static int __init sr_dev_init(struct omap_hwmod *oh, void *user) | |||
106 | 106 | ||
107 | omap_voltage_get_volttable(sr_data->voltdm, &volt_data); | 107 | omap_voltage_get_volttable(sr_data->voltdm, &volt_data); |
108 | if (!volt_data) { | 108 | if (!volt_data) { |
109 | pr_warning("%s: No Voltage table registerd fo VDD%d." | 109 | pr_warning("%s: No Voltage table registered fo VDD%d." |
110 | "Something really wrong\n\n", __func__, i + 1); | 110 | "Something really wrong\n\n", __func__, i + 1); |
111 | goto exit; | 111 | goto exit; |
112 | } | 112 | } |