diff options
author | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-25 12:54:48 +0100 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2010-02-25 12:59:13 +0100 |
commit | e414ac041ecab9849715922edc2c0080613bf4af (patch) | |
tree | 60688b959431f7d3cb09dbd98f6020ab137e8623 /drivers/regulator | |
parent | a4817dc0c9c8f9ce3ed755353d1c45dfe1203673 (diff) |
ccwmx51: Clean the output from regulator init
Comment out the warnings for incomplete constraints.
Signed-off-by: Alejandro Gonzalez <alex.gonzalez@digi.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index bfbe990c7028..56fe3beeeabe 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -2343,9 +2343,9 @@ static int __init regulator_init_complete(void) * so warn even if we aren't going to do * anything here. */ - printk(KERN_WARNING - "%s: incomplete constraints, leaving %s on\n", - __func__, name); +// printk(KERN_WARNING +// "%s: incomplete constraints, leaving %s on\n", +// __func__, name); } unlock: |