On Tue, Nov 28, 2023 at 07:47:03PM +0530, Abhinav Singh wrote:Thanks a lot for reviewing and merging the patch maintainers.
Sparse static analysis tools generate a warning with this message
"Using plain integer as NULL pointer". In this case this warning is
being shown because we are trying to initialize pointer to NULL using
integer value 0.
Applied after massaging, thanks.