irdma(4): Fix compile error on powerpc64

Jenkins reports that the type used in a printf() specifier is
incorrect, so fix it in order to use the appropriate type.

Signed-off-by: Eric Joyner <erj@FreeBSD.org>

Reported by:	Jenkins CI
MFC after:	6 days
MFC-with:	cdcd52d41e
Sponsored by:	Intel Corporation
This commit is contained in:
Eric Joyner 2022-05-24 17:27:29 -07:00
parent 68fe988a40
commit e602a30bb9
No known key found for this signature in database
GPG key ID: 96F0C6FD61E05DE3

View file

@ -499,7 +499,7 @@ irdma_probe(struct ice_rdma_peer *peer)
struct irdma_handler *hdl;
int err = 0;
irdma_pr_info("probe: irdma-%s peer=%p, peer->pf_id=%d, peer->ifp=%p, peer->ifp->if_dunit=%d, peer->pci_mem->r_bustag=%lx\n",
irdma_pr_info("probe: irdma-%s peer=%p, peer->pf_id=%d, peer->ifp=%p, peer->ifp->if_dunit=%d, peer->pci_mem->r_bustag=%p\n",
irdma_driver_version, peer, peer->pf_id, peer->ifp,
pf_if_d(peer), peer->pci_mem->r_bustag);