master/foe_request.c
changeset 1543 373cd456dc26
parent 1465 3099d78343ea
child 1975 8e173dddd183
--- a/master/foe_request.c	Thu Aug 13 15:18:53 2009 +0200
+++ b/master/foe_request.c	Mon Oct 19 13:12:40 2009 +0200
@@ -114,7 +114,7 @@
     ec_foe_request_clear_data(req);
 
     if (!(req->buffer = (uint8_t *) kmalloc(size, GFP_KERNEL))) {
-        EC_ERR("Failed to allocate %u bytes of FoE memory.\n", size);
+        EC_ERR("Failed to allocate %zu bytes of FoE memory.\n", size);
         return -1;
     }