ion: fix printk warnings
[deliverable/linux.git] / drivers / staging / android / ion / ion_heap.c
index a5a7c572ad2aa09985f5652f392a9f5d111c7004..deaab7cd81165d2637c0a278e09ec8d088944518 100644 (file)
@@ -281,7 +281,7 @@ struct ion_heap *ion_heap_create(struct ion_platform_heap *heap_data)
        }
 
        if (IS_ERR_OR_NULL(heap)) {
-               pr_err("%s: error creating heap %s type %d base %lu size %u\n",
+               pr_err("%s: error creating heap %s type %d base %lu size %zu\n",
                       __func__, heap_data->name, heap_data->type,
                       heap_data->base, heap_data->size);
                return ERR_PTR(-EINVAL);
This page took 0.037408 seconds and 5 git commands to generate.