commit | c411f600cea54d1e00a32071502226acc5072428 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sun Mar 24 16:58:00 2013 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue Apr 02 18:36:35 2013 +0100 |
tree | 7548cba40dde6186deed6c31d3a0fbad818b4f8b | |
parent | aa9922579fee20ac4f2bb959a79bbfbff2c04585 [diff] |
staging:iio:magnetometer:ak8975 use standard i2c_smbus read functions. Now the mysterious NOSTART flag is gone from the read, we can use the i2c_smbus_read_byte/word/i2c_block_data functions instead of the local reimplementation of these standard functions. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Acked-by: Laxman Dewangan <ldewangan@nvidia.com>