Skip to content

Commit

Permalink
ARM: PNX4008: Use i2c driver data for passing between internal functions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King committed Feb 12, 2010
1 parent 9d7f736 commit 81d6724
Showing 1 changed file with 62 additions and 70 deletions.
Loading

0 comments on commit 81d6724

Please sign in to comment.