On Mon, 2024-09-16 at 13:55 +0200, Bastien Nocera wrote: > Nobody uses that variable after it gets assigned, so this saves us from > having to declare it in the first place. > > Signed-off-by: Bastien Nocera <hadess@xxxxxxxxxx> I realised after sending the patch, as I was finishing up work on enabling the Litra Beam light in user-space rather than the kernel[1], that I didn't even compile-test this patch. It's done now, and the patch compiles without warnings. Enjoy Plumbers for those who celebrate. Cheers [1]: https://github.com/cvuchener/hidpp/pull/34