Re: [PATCH v2 3/4] iio: proximity: rfd77402: Move polling logic into helper

From: Jonathan Cameron

Date: Sun Dec 07 2025 - 10:53:49 EST



> +static int rfd77402_measure(struct i2c_client *client)
> +{
> + int ret;

Blank line here (which shows up in next patch)

> ret = rfd77402_set_state(client, RFD77402_CMD_MCPU_ON,
> RFD77402_STATUS_MCPU_ON);
> if (ret < 0)