Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23...
[platform/kernel/linux-starfive.git] / drivers / iio / adc / stm32-adc.c
index bd7e240..f7613ef 100644 (file)
@@ -1993,6 +1993,8 @@ static int stm32_adc_get_legacy_chan_count(struct iio_dev *indio_dev, struct stm
        const struct stm32_adc_info *adc_info = adc->cfg->adc_info;
        int num_channels = 0, ret;
 
+       dev_dbg(&indio_dev->dev, "using legacy channel config\n");
+
        ret = device_property_count_u32(dev, "st,adc-channels");
        if (ret > adc_info->max_channels) {
                dev_err(&indio_dev->dev, "Bad st,adc-channels?\n");