tree d7e10599ca2b1ba2e992dd11c327fabdd2c45039
parent 93ffa435147abd47ebd7d7d24176b3c653aef940
author Greg Kroah-Hartman <[EMAIL PROTECTED]> Wed, 27 Jul 2005 22:43:03 -0500
committer Greg Kroah-Hartman <[EMAIL PROTECTED]> Mon, 05 Sep 2005 23:14:04 -0700

[PATCH] I2C: fix max6875 build error

Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

 drivers/i2c/chips/max6875.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/i2c/chips/max6875.c b/drivers/i2c/chips/max6875.c
--- a/drivers/i2c/chips/max6875.c
+++ b/drivers/i2c/chips/max6875.c
@@ -93,8 +93,7 @@ static void max6875_update_slice(struct 
        if (!(data->valid & (1 << slice)) ||
            time_after(jiffies, data->last_updated[slice])) {
 
-               dev_dbg(&client->dev, "Starting update of slice %u\n",
-                       slice, blk->base);
+               dev_dbg(&client->dev, "Starting update of slice %u\n", slice);
 
                data->valid &= ~(1 << slice);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to