Fix some more printf() format issues.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
18c8a28aad
commit
0a5676befb
@@ -551,7 +551,7 @@ struct urb *usbd_alloc_urb (struct usb_device_instance *device, struct usb_endpo
|
||||
struct urb *urb;
|
||||
|
||||
if( !(urb = (struct urb*)malloc(sizeof(struct urb))) ) {
|
||||
usberr(" F A T A L: malloc(%u) FAILED!!!!", sizeof(struct urb));
|
||||
usberr(" F A T A L: malloc(%lu) FAILED!!!!", sizeof(struct urb));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user