NTB: EPF: set pointer addr to null using NULL rather than 0
authorColin Ian King <colin.i.king@gmail.com>
Thu, 23 Jun 2022 16:57:09 +0000 (17:57 +0100)
committerJon Mason <jdmason@kudzu.us>
Tue, 9 Aug 2022 21:54:29 +0000 (17:54 -0400)
commit7b14a5e96128ec467ea9ced36a32f28ee7892e1f
tree822cbdd0cad7e772ba4cdc6ac33aad9b966492e2
parent9458c27a67e37a574938e9637afe393c3c2a50af
NTB: EPF: set pointer addr to null using NULL rather than 0

The pointer addr is being set to null using 0. Use NULL instead.

Cleans up sparse warning:
warning: Using plain integer as NULL pointer

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/pci/endpoint/functions/pci-epf-vntb.c