master/sdo_request.c
changeset 1543 373cd456dc26
parent 1526 66edd310830c
child 1794 94e0e1756dec
--- a/master/sdo_request.c	Thu Aug 13 15:18:53 2009 +0200
+++ b/master/sdo_request.c	Mon Oct 19 13:12:40 2009 +0200
@@ -145,7 +145,7 @@
     ec_sdo_request_clear_data(req);
 
     if (!(req->data = (uint8_t *) kmalloc(size, GFP_KERNEL))) {
-        EC_ERR("Failed to allocate %u bytes of SDO memory.\n", size);
+        EC_ERR("Failed to allocate %zu bytes of SDO memory.\n", size);
         return -ENOMEM;
     }