mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
drivers/usbhost/usbhost_storage.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
0cfec6ee0b
commit
679bf60efc
@@ -2144,7 +2144,7 @@ static ssize_t usbhost_write(FAR struct inode *inode,
|
||||
ssize_t nbytes;
|
||||
int ret;
|
||||
|
||||
uinfo("sector: %d nsectors: %d sectorsize: %d\n");
|
||||
uinfo("sector: %zu nsectors: %u\n", startsector, nsectors);
|
||||
|
||||
DEBUGASSERT(inode && inode->i_private);
|
||||
priv = (FAR struct usbhost_state_s *)inode->i_private;
|
||||
|
||||
Reference in New Issue
Block a user