OSDN Git Service

iio:magnetometer: Replace magic number 0 by IIO_CHAN_INFO_RAW
authorRodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Tue, 27 Feb 2018 14:47:55 +0000 (11:47 -0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Mar 2018 15:23:13 +0000 (15:23 +0000)
commit5def839c481712f2f0a3a34755ee6b27279e7cbe
treefdd23c62211a51a2b40665a3fdc85f699389d936
parent5556dfe54be421b1b2897513adf61d9b6d3ab271
iio:magnetometer: Replace magic number 0 by IIO_CHAN_INFO_RAW

The function magn_3d_read_raw has a switch statement handling multiple
cases per channel. The first case statement uses the magic number 0,
which means IIO_CHAN_INFO_RAW. Additionally, the iio_chan_spec for
magn_3d_channels is configured to be IIO_CHAN_INFO_RAW. Therefore, this
patch replaces the magic number 0 for the appropriate IIO_CHAN_INFO_RAW.

Signed-off-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/magnetometer/hid-sensor-magn-3d.c