aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
index 08441e24946e..019a8a42ac18 100644
--- a/drivers/regulator/core.c
+++ b/drivers/regulator/core.c
@@ -1031,8 +1031,6 @@ struct regulator *regulator_get(struct device *dev, const char *id)
1031 goto found; 1031 goto found;
1032 } 1032 }
1033 } 1033 }
1034 printk(KERN_ERR "regulator: Unable to get requested regulator: %s\n",
1035 id);
1036 mutex_unlock(&regulator_list_mutex); 1034 mutex_unlock(&regulator_list_mutex);
1037 return regulator; 1035 return regulator;
1038 1036