summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ida/ida.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c
index a609083..a60c516 100644
--- a/sys/dev/ida/ida.c
+++ b/sys/dev/ida/ida.c
@@ -480,7 +480,7 @@ ida_intr(void *data)
if (qcb == NULL || qcb->state != QCB_ACTIVE) {
device_printf(ida->dev,
- "ignoring completion %x\n", completed);
+ "ignoring completion %llx\n", (long long)completed);
continue;
}
ida_done(ida, qcb);
OpenPOWER on IntegriCloud