Re: [PATCH 1/2] iio: adc: ad7779: Remove unused completion field
From: David Lechner
Date: Sun Jun 28 2026 - 10:34:18 EST
On 6/28/26 6:41 AM, Joshua Crofts wrote:
> On Sun, 28 Jun 2026 07:14:04 +0000
> Moksh Panicker <mokshpanicker.7@xxxxxxxxx> wrote:
>
>> struct ad7779_state contains a completion field that is initialized
>> in ad7779_setup_without_backend() but never waited on or signaled
>> anywhere in the driver. Remove the dead code.
>>
>> Suggested-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
>> Signed-off-by: Moksh Panicker <mokshpanicker.7@xxxxxxxxx>
>> ---
>
> If you're sending a patch series, please use a cover letter (if
> you're using git send-email, add a cover letter with the
> `--cover-letter` flag) where you can describe your changes in
> detail, along with additional useful info (testing etc.)
Also, please don't send new series or revisions of a series in reply
to other series or previous revisions. It breaks existing workflows
and tooling.
>
> Nevertheless,
>
> Reviewed-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
>