Re: [PATCH 1/2] iio: adc: ad7779: Remove unused completion field
From: Joshua Crofts
Date: Sun Jun 28 2026 - 07:42:06 EST
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.)
Nevertheless,
Reviewed-by: Joshua Crofts <joshua.crofts1@xxxxxxxxx>
--
Kind regards
CJD