From c510fd88adf61b88e568f5ed706785ab29b425c3 Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 7 Feb 2012 10:23:43 +0000 Subject: [PATCH] --- yaml --- r: 287578 b: refs/heads/master c: 0bf68f53f164e169c2bc77f707338fc595b6ccfc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/vc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0acffc299e7f..b8636f6e1974 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d5b4790b1e7cffb8987e535d4969d10b62f3163 +refs/heads/master: 0bf68f53f164e169c2bc77f707338fc595b6ccfc diff --git a/trunk/arch/arm/mach-omap2/vc.c b/trunk/arch/arm/mach-omap2/vc.c index a7da3da963e3..175b7d86d86a 100644 --- a/trunk/arch/arm/mach-omap2/vc.c +++ b/trunk/arch/arm/mach-omap2/vc.c @@ -265,8 +265,8 @@ static void __init omap_vc_i2c_init(struct voltagedomain *voltdm) if (initialized) { if (voltdm->pmic->i2c_high_speed != i2c_high_speed) - pr_warn("%s: I2C config for all channels must match.", - __func__); + pr_warn("%s: I2C config for vdd_%s does not match other channels (%u).", + __func__, voltdm->name, i2c_high_speed); return; }