On Tue, Jan 25, 2022 at 08:14:03PM +0000, Colin Ian King wrote: > Pointers should be initialized with NULL rather than zero. Fix these. Why ? This isn't C++, heck, this isn't even C, this is the kernel, we hard rely on NULL being 0.
On Tue, Jan 25, 2022 at 08:14:03PM +0000, Colin Ian King wrote: > Pointers should be initialized with NULL rather than zero. Fix these. Why ? This isn't C++, heck, this isn't even C, this is the kernel, we hard rely on NULL being 0.