Re: [PATCH v2 9/9] iio: dac: ad3552r-hs: update function name (non functional)
From: David Lechner
Date: Wed Jan 08 2025 - 16:40:01 EST
On 1/8/25 11:29 AM, Angelo Dureghello wrote:
> From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
>
> Update ad3552r_qspi_update_reg_bits function name to a more
> generic name, since used mode can be SIMPLE/DUAL/QUAD SPI.
>
> Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
> ---
...
> @@ -247,7 +245,6 @@ static int ad3552r_hs_buffer_postenable(struct iio_dev *indio_dev)
> ret = st->data->bus_reg_write(st->back,
> AD3552R_REG_ADDR_INTERFACE_CONFIG_D,
> st->config_d, 1);
> -
Stray blank line change. Probably should be squashed into earlier patch.
> if (ret)
> goto exit_err_streaming;
>