Re: [PATCH] drm/panel: novatek-nt35560: avoid on-stack device structure

From: Brigham Campbell
Date: Tue Dec 09 2025 - 23:54:22 EST


On Thu Dec 4, 2025 at 2:45 AM MST, Arnd Bergmann wrote:
> Change this to a pointer as was liley intended here.

Shoot, you're absolutely right that I didn't mean to create a copy of
the struct on the stack when I wrote that code. Thanks for the fix! I'll
try to be more careful with struct usage and the stack in the future.

Can I ask how you got the build process to emit those warnings? I didn't
see it when I developed my patch.

Thanks again,
Brigham