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
commit5fa502cc90d70a9f236039112042d3f73d463df5 (patch)
treec64cd1d1b9e4b73fbdb59f68eded5d23e58dc080 /drivers/i2c
parentf683deed8e262aebca2fb1159160e82ce517fe57 (diff)
fix-remove-EINT-ref-killing-gta02-build.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 e1594a48963..dd33606581d 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! vs %d\n", irq, S3C_EINT(4));
+ "source in this hardware revision!\n", irq);
if (pcf->pdata->used_features & PCF50633_FEAT_RTC) {
pcf50633_rtc_pdev.dev.platform_data = pcf;