ieee1394: pcilynx: I2C cleanups
authorJean Delvare <khali@linux-fr.org>
Sat, 8 Sep 2007 12:09:19 +0000 (14:09 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 16 Oct 2007 21:59:57 +0000 (23:59 +0200)
commit745647e7a2ae399f7f70aca47827e62c99c893b5
tree7e92190d03ba5ce43baee0c9de1fb34dd7182d7c
parent69e2b602966533256edce1ed1b24fec23fe05962
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>
drivers/ieee1394/pcilynx.c