We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb2033 commit ca1547aCopy full SHA for ca1547a
drivers/iio/adc/mp2629_adc.c
@@ -57,7 +57,8 @@ static struct iio_map mp2629_adc_maps[] = {
57
MP2629_MAP(SYSTEM_VOLT, "system-volt"),
58
MP2629_MAP(INPUT_VOLT, "input-volt"),
59
MP2629_MAP(BATT_CURRENT, "batt-current"),
60
- MP2629_MAP(INPUT_CURRENT, "input-current")
+ MP2629_MAP(INPUT_CURRENT, "input-current"),
61
+ { }
62
};
63
64
static int mp2629_read_raw(struct iio_dev *indio_dev,
0 commit comments