commit | 81d6724a564fa5bd20b006eae0da4462d599bb92 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Nov 21 12:40:00 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Feb 12 17:32:41 2010 +0000 |
tree | c50f1894690c36794b53e27a17be79a87a6656e8 | |
parent | 9d7f73632c87ef1b6187eb539d1efd63c3cf0e36 [diff] |
ARM: PNX4008: Use i2c driver data for passing between internal functions Since the drivers data now contains the i2c adapter structure, we can pass around the drivers data between internal functions (which is what they want) rather than using the i2c adapter structure and having an additional pointer dereference each time. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>