[PATCH] I2C: Kill i2c_algorithm.id (3/7)
authorJean Delvare <khali@linux-fr.org>
Thu, 11 Aug 2005 21:38:52 +0000 (23:38 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:14:29 +0000 (09:14 -0700)
Don't rely on i2c_algorithm.id to alter the i2c adapter's id, use the
I2C_ALGO_* value directly instead, because i2c_algorithm will soon
have no id member no more.

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

No differences found