[PATCH] i2c: Speed up block transfers
authorJean Delvare <khali@linux-fr.org>
Wed, 18 Jan 2006 22:14:55 +0000 (23:14 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:21:51 +0000 (14:21 -0800)
Speed up i2c_smbus_write_block_data and i2c_smbus_read_i2c_block_data
a bit by using memcpy instead of an explicit loop.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found