Re: [PATCH 10/51] hw/usb: dev-mtp: Use g_mkdir_with_parents()

2022-08-31 Thread Marc-André Lureau
On Wed, Aug 24, 2022 at 1:48 PM Bin Meng wrote: > From: Bin Meng > > Use the same g_mkdir_with_parents() call to create a directory on > all platforms. > > Same comment as earlier regarding g_mkdir() vs _with_parent(). > Signed-off-by: Bin Meng > --- > > hw/usb/dev-mtp.c | 2 +- > 1 file cha

[PATCH 10/51] hw/usb: dev-mtp: Use g_mkdir_with_parents()

2022-08-24 Thread Bin Meng
From: Bin Meng Use the same g_mkdir_with_parents() call to create a directory on all platforms. Signed-off-by: Bin Meng --- hw/usb/dev-mtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/usb/dev-mtp.c b/hw/usb/dev-mtp.c index 5831395cef..97c894f231 100644 --- a/hw/usb