aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-21 11:56:56 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-21 11:56:56 +0000
commit6893346ca447ffb83d0f03462c38ff0b4fdbef3d (patch)
tree916555901a4ca30968a71de20f1623355b4aa24b /drivers/i2c
parent979088837bfa0922c6cd551a9095a18988d94705 (diff)
rename add-more-gta03-specific-mach-init.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/chips/pcf50633.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/chips/pcf50633.c b/drivers/i2c/chips/pcf50633.c
index 8ba414bc531..a148be52817 100644
--- a/drivers/i2c/chips/pcf50633.c
+++ b/drivers/i2c/chips/pcf50633.c
@@ -1574,7 +1574,7 @@ static int pcf50633_probe(struct i2c_client *client, const struct i2c_device_id
if (enable_irq_wake(irq) < 0)
dev_err(&client->dev, "IRQ %u cannot be enabled as wake-up"
- "source in this hardware revision!", irq);
+ "source in this hardware revision! vs %d\n", irq, S3C_EINT(4));
if (pcf->pdata->used_features & PCF50633_FEAT_RTC) {
pcf50633_rtc_pdev.dev.platform_data = pcf;