mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 05:30:56 +07:00
usb: fix ips1760-hcd printk format warning
Fix printk format build warning and grammar typo on same line. drivers/usb/host/isp1760-hcd.c:300: warning: format '%lu' expects type 'long unsigned int', but argument 4 has type 'size_t' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
86a45a023d
commit
d06847fec2
@ -295,7 +295,7 @@ static void alloc_mem(struct usb_hcd *hcd, struct isp1760_qtd *qtd)
|
||||
}
|
||||
|
||||
dev_err(hcd->self.controller,
|
||||
"%s: Can not allocate %lu bytes of memory\n"
|
||||
"%s: Cannot allocate %zu bytes of memory\n"
|
||||
"Current memory map:\n",
|
||||
__func__, qtd->length);
|
||||
for (i = 0; i < BLOCKS; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user