soc: fsl: dpio: use an explicit NULL instead of 0
authorIoana Ciornei <ioana.ciornei@nxp.com>
Thu, 14 Oct 2021 14:49:22 +0000 (17:49 +0300)
committerLi Yang <leoyang.li@nxp.com>
Fri, 22 Oct 2021 00:38:49 +0000 (19:38 -0500)
commita7ff7dcaf4d2dfbfd901e28ab0101ee9a1b8bf98
treef7b448a3899a174873fa4afa01876f6736f6b472
parentea41191165fdce7baef9a9ab09523c6d3d0525e1
soc: fsl: dpio: use an explicit NULL instead of 0

Use an explicit NULL pointer when calling qbman_swp_enqueue_multiple()
instead of a plain integer. Without this fix, we get the following
compile time error.

drivers/soc/fsl/dpio/dpio-service.c:466:60: warning: Using plain integer as NULL pointer

Fixes: 9d98809711ae ("soc: fsl: dpio: Adding QMAN multiple enqueue interface")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/dpio/dpio-service.c