commit | 745647e7a2ae399f7f70aca47827e62c99c893b5 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sat Sep 08 14:09:19 2007 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Oct 16 23:59:57 2007 +0200 |
tree | 7e92190d03ba5ce43baee0c9de1fb34dd7182d7c | |
parent | 69e2b602966533256edce1ed1b24fec23fe05962 [diff] |
ieee1394: pcilynx: I2C cleanups * Delete optional and empty i2c client_register and client_unregister callbacks. * Use the proper i2c adapter ID. * Don't use a template to initialize the i2c_adapter structure, it's inefficient. * Update a misleading comment on why we use i2c_transfer rather than higher level i2c functions. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>