* [PATCH] i2c-amd756: Fix functionality flags
@ 2008-05-16 11:54 Jean Delvare
0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2008-05-16 11:54 UTC (permalink / raw)
To: Linux I2C
The i2c-amd756 driver pretends to support SMBus process call
transactions but actually does not. Fix it.
Signed-off-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
---
This one will go in 2.6.26.
drivers/i2c/busses/i2c-amd756.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.26-rc2.orig/drivers/i2c/busses/i2c-amd756.c 2008-05-16 13:46:14.000000000 +0200
+++ linux-2.6.26-rc2/drivers/i2c/busses/i2c-amd756.c 2008-05-16 13:46:25.000000000 +0200
@@ -290,7 +290,7 @@ static u32 amd756_func(struct i2c_adapte
{
return I2C_FUNC_SMBUS_QUICK | I2C_FUNC_SMBUS_BYTE |
I2C_FUNC_SMBUS_BYTE_DATA | I2C_FUNC_SMBUS_WORD_DATA |
- I2C_FUNC_SMBUS_BLOCK_DATA | I2C_FUNC_SMBUS_PROC_CALL;
+ I2C_FUNC_SMBUS_BLOCK_DATA;
}
static const struct i2c_algorithm smbus_algorithm = {
--
Jean Delvare
_______________________________________________
i2c mailing list
i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org
http://lists.lm-sensors.org/mailman/listinfo/i2c
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-16 11:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-16 11:54 [PATCH] i2c-amd756: Fix functionality flags Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox