From 3ef73768cff105e10d57c98e175c332337a9ddac Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 11 Mar 2009 23:35:52 +0000 Subject: [PATCH] --- yaml --- r: 140263 b: refs/heads/master c: 1dc60343f874ce4bfbbc2c3d2f7865fc897df479 h: refs/heads/master i: 140261: 13d8f5ec9556665a6723027ce004231d8c7cdb2a 140259: b1b51d1fd8a449cfa0d60372d7d6e4291205fbe0 140255: 2f53ad9b78a70138010955e055b8278207fce553 v: v3 --- [refs] | 2 +- trunk/drivers/regulator/core.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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;