aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/adis16260.c
Commit message (Collapse)AuthorAge
* iio: gyro: adis16260: Remove redundant breakSachin Kamat2013-09-14
| | | | | | | 'break' after return is redundant. Remove it. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: gyro: adis16260: Use devm_iio_device_allocSachin Kamat2013-08-17
| | | | | | | | Using devm_iio_device_alloc makes code simpler. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* staging:iio:adis16260: Move out of stagingLars-Peter Clausen2013-08-03
The drivers is in more or less good shape, conforms to the IIO ABI and none of the default static code checker report any problems, so move it out of staging. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>