[PATCH] powerpc: Fix sound driver use of i2c
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 8 Feb 2006 04:04:18 +0000 (15:04 +1100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Feb 2006 04:33:36 +0000 (20:33 -0800)
The PowerMac sound drivers used to rely on a "bug" of the i2c-keywest
driver that implemented I2C_SMBUS_BLOCK_DATA incorrectly, that is it did
what I2C_SMBUS_I2C_BLOCK_DATA should have done. The new i2c-powermac
driver that replaces keywest has this bug fixed, thus the sound drivers
must be fixed too.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found