diff --git a/[refs] b/[refs] index 428b4f4c57b9..8358aa87642b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cacf90f24e80cec9334f98e0377149f943fe9f16 +refs/heads/master: 1dc60343f874ce4bfbbc2c3d2f7865fc897df479 diff --git a/trunk/drivers/regulator/core.c b/trunk/drivers/regulator/core.c index 08441e24946e..019a8a42ac18 100644 --- a/trunk/drivers/regulator/core.c +++ b/trunk/drivers/regulator/core.c @@ -1031,8 +1031,6 @@ struct regulator *regulator_get(struct device *dev, const char *id) goto found; } } - printk(KERN_ERR "regulator: Unable to get requested regulator: %s\n", - id); mutex_unlock(®ulator_list_mutex); return regulator;