From a6616a475882adc7f41096863631f399d4a01ec0 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Tue, 22 May 2007 19:49:16 +0200 Subject: [PATCH] --- yaml --- r: 56808 b: refs/heads/master c: a1ba15832c8f6ac2d5d193a6dbb91bcf7705b732 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/i2c/busses/i2c-s3c2410.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c6ffecbb1c38..83c029c3e7d1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a7ce82f02e8ce7391e40018749d93762abf6ee0 +refs/heads/master: a1ba15832c8f6ac2d5d193a6dbb91bcf7705b732 diff --git a/trunk/drivers/i2c/busses/i2c-s3c2410.c b/trunk/drivers/i2c/busses/i2c-s3c2410.c index e68a96f589fd..e4540fcf6476 100644 --- a/trunk/drivers/i2c/busses/i2c-s3c2410.c +++ b/trunk/drivers/i2c/busses/i2c-s3c2410.c @@ -830,7 +830,8 @@ static int s3c24xx_i2c_probe(struct platform_device *pdev) i2c->irq = res; - dev_dbg(&pdev->dev, "irq resource %p (%ld)\n", res, res->start); + dev_dbg(&pdev->dev, "irq resource %p (%lu)\n", res, + (unsigned long)res->start); ret = i2c_add_adapter(&i2c->adap); if (ret < 0) {