Re: [PATCH 3/3] drivers: iio: adc: Rename the LTC249x iio device

From: Krzysztof Kozlowski
Date: Tue Aug 23 2022 - 11:32:21 EST


On 22/08/2022 15:51, Ciprian Regus wrote:

(...)

>
> diff --git a/drivers/iio/adc/ltc2497.h b/drivers/iio/adc/ltc2497.h
> index f4d939cfd48b..0e86e38248ee 100644
> --- a/drivers/iio/adc/ltc2497.h
> +++ b/drivers/iio/adc/ltc2497.h
> @@ -12,6 +12,7 @@ enum chip_type {
>
> struct chip_info {
> u32 resolution;
> + char *name;

const char *


Best regards,
Krzysztof