]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: olpc_dcon: replace remaining calls to i2c_smbus_read/write
authorAndres Salomon <dilinger@queued.net>
Fri, 22 Jul 2011 03:38:01 +0000 (20:38 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 21:37:09 +0000 (14:37 -0700)
commit0b7a41ebb1bbee4be49e53497dc98e5517f2a2a8
treefee61c6eea0235456e25f9509555fc66c91e7bec
parent1b995ac22b53c6176e61a38558c8a8d16be24b69
staging: olpc_dcon: replace remaining calls to i2c_smbus_read/write

Use dcon_read and dcon_write; shorter, and understands the dcon_priv
struct.  This transition was started long ago.  This converts the
last few i2c_smbus_* callers.

Signed-off-by: Andres Salomon <dilinger@queued.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/olpc_dcon/olpc_dcon.c