aboutsummaryrefslogtreecommitdiff
path: root/testing/sgs_dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sgs_dd.c')
-rw-r--r--testing/sgs_dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sgs_dd.c b/testing/sgs_dd.c
index 8980864a..cca5330c 100644
--- a/testing/sgs_dd.c
+++ b/testing/sgs_dd.c
@@ -490,7 +490,7 @@ do_v4:
return res;
}
if (! (rep && (SGQ_IO_STARTED == rep->state))) {
- pr2serr("%s: bad usr_ptr=0x%p\n", __func__, rep);
+ pr2serr("%s: bad usr_ptr=0x%p\n", __func__, (void *)rep);
if (rep)
rep->state = SGQ_IO_ERR;
return -1;