mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 10:15:13 +00:00
Usually, functions responsible for reading raw data typically relies on values from iio_chan_info_enum to correctly identify the type of data to be read. There is a set of a device driver that uses the magic number 0 instead of IIO_CHAN_INFO_RAW. This patch improves the readability by replaces the magic number 0 for the appropriate IIO_CHAN_INFO_RAW in six devices driver in the IIO subsystem. Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> |
||
|---|---|---|
| .. | ||
| adis16080.c | ||
| adis16130.c | ||
| adis16136.c | ||
| adis16260.c | ||
| adxrs450.c | ||
| bmg160.h | ||
| bmg160_core.c | ||
| bmg160_i2c.c | ||
| bmg160_spi.c | ||
| hid-sensor-gyro-3d.c | ||
| itg3200_buffer.c | ||
| itg3200_core.c | ||
| Kconfig | ||
| Makefile | ||
| mpu3050-core.c | ||
| mpu3050-i2c.c | ||
| mpu3050.h | ||
| ssp_gyro_sensor.c | ||
| st_gyro.h | ||
| st_gyro_buffer.c | ||
| st_gyro_core.c | ||
| st_gyro_i2c.c | ||
| st_gyro_spi.c | ||