summaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband/ib_sma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/infiniband/ib_sma.c')
-rw-r--r--src/drivers/infiniband/ib_sma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/infiniband/ib_sma.c b/src/drivers/infiniband/ib_sma.c
index 9426c8f1..2bd3a9e8 100644
--- a/src/drivers/infiniband/ib_sma.c
+++ b/src/drivers/infiniband/ib_sma.c
@@ -269,7 +269,7 @@ static int ib_sma_mad ( struct ib_sma *sma, union ib_mad *mad ) {
int rc;
DBGC ( sma, "SMA %p received SMP with bv=%02x mc=%02x cv=%02x "
- "meth=%02x attr=%04x mod=%08lx\n", sma, hdr->base_version,
+ "meth=%02x attr=%04x mod=%08x\n", sma, hdr->base_version,
hdr->mgmt_class, hdr->class_version, hdr->method,
ntohs ( hdr->attr_id ), ntohl ( hdr->attr_mod ) );
DBGC2_HDA ( sma, 0, mad, sizeof ( *mad ) );