Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: adc: ad7173: order chipID by value

The chipIDs defines were supposed to be ordered by value, one was out of
order. Fix the order.

Signed-off-by: Dumitru Ceclan <dumitru.ceclan@analog.com>
Link: https://patch.msgid.link/20240812-ad4113-v3-2-046e785dd253@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Dumitru Ceclan and committed by
Jonathan Cameron
8a9687b3 918e4c56

+1 -1
+1 -1
drivers/iio/adc/ad7173.c
··· 76 76 (x) == AD7173_AIN_REF_NEG) 77 77 78 78 #define AD7172_2_ID 0x00d0 79 - #define AD7175_ID 0x0cd0 80 79 #define AD7176_ID 0x0c90 80 + #define AD7175_ID 0x0cd0 81 81 #define AD7175_2_ID 0x0cd0 82 82 #define AD7172_4_ID 0x2050 83 83 #define AD7173_ID 0x30d0