Re: [PATCH] I2C update for 2.6.5

From: Greg KH
Date: Wed Apr 14 2004 - 18:29:35 EST


ChangeSet 1.1643.36.17, 2004/04/08 14:12:22-07:00, mochel@xxxxxxxxxxxxxxxxxx

[PATCH] I2C: class fixup for the ali1563 driver


drivers/i2c/busses/i2c-ali1563.c | 1 +
1 files changed, 1 insertion(+)


diff -Nru a/drivers/i2c/busses/i2c-ali1563.c b/drivers/i2c/busses/i2c-ali1563.c
--- a/drivers/i2c/busses/i2c-ali1563.c Wed Apr 14 15:13:33 2004
+++ b/drivers/i2c/busses/i2c-ali1563.c Wed Apr 14 15:13:33 2004
@@ -357,6 +357,7 @@

static struct i2c_adapter ali1563_adapter = {
.owner = THIS_MODULE,
+ .class = I2C_ADAP_CLASS_SMBUS,
.algo = &ali1563_algorithm,
};


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/