Re: [RESEND PATCH] mux: mmio: Zero the allocated memory
From: Greg Kroah-Hartman
Date: Tue Mar 17 2026 - 09:43:21 EST
On Tue, Mar 17, 2026 at 01:48:27PM +0100, Krzysztof Kozlowski wrote:
> Zero the allocated memory in probe() for fields and states for increased
> code safety and to match expected Linux coding style.
What "style"? I'm all for zeroing out memory to start with, but as this
has lived for so long without this, are you sure it's still needed? Are
there uninitialized fields in here that we are now properly
initializing?
thanks,
greg k-h