Re: [PATCH v9 02/11] iio: accel: adxl345: make data struct variable irq function local
From: Jonathan Cameron
Date: Sat Jun 14 2025 - 09:43:33 EST
On Tue, 10 Jun 2025 21:59:24 +0000
Lothar Rubusch <l.rubusch@xxxxxxxxx> wrote:
> Remove variable irq from the struct state and make it a function local
> variable, because it is not necessary to be kept struct-wise.
>
> This is a refactoring change and should not impact functionality.
>
> Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx>
Applied as this one stands on its own as a good little cleanup.
Thanks,
Jonathan