diff options
Diffstat (limited to 'libion/ion_test.c')
-rw-r--r-- | libion/ion_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libion/ion_test.c b/libion/ion_test.c index 12163e936..887228283 100644 --- a/libion/ion_test.c +++ b/libion/ion_test.c @@ -63,7 +63,7 @@ void ion_alloc_test() ret = ion_free(fd, handle); if (ret) { - printf("%s failed: %s %p\n", __func__, strerror(ret), handle); + printf("%s failed: %s %d\n", __func__, strerror(ret), handle); return; } ion_close(fd); |