From: Kaike Wan <[email protected]> This debugging print is in function acmp_get_ep().
Signed-off-by: Kaike Wan <[email protected]> --- prov/acmp/src/acmp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/prov/acmp/src/acmp.c b/prov/acmp/src/acmp.c index 2dd356d..7568b9c 100644 --- a/prov/acmp/src/acmp.c +++ b/prov/acmp/src/acmp.c @@ -2374,7 +2374,7 @@ acmp_get_ep(struct acmp_port *port, struct acm_endpoint *endpoint) struct acmp_ep *ep; DLIST_ENTRY *entry; - acm_log(1, "dev 0xllx port %d pkey 0x%x\n", + acm_log(1, "dev 0x%llx port %d pkey 0x%x\n", endpoint->port->dev->dev_guid, endpoint->port->port_num, endpoint->pkey); for (entry = port->ep_list.Next; entry != &port->ep_list; entry = entry->Next) { -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
