Re: [Qemu-devel] [PATCH 2/2] usb-mtp: refactor the flow of usb_mtp_write_data

2019-03-26 Thread Peter Maydell
On Tue, 19 Mar 2019 at 21:46, Bandan Das wrote: > > There's no functional change but the flow is (hopefully) > more consistent for both file and folder object types. > > Signed-off-by: Bandan Das > --- > hw/usb/dev-mtp.c | 58 +--- > 1 file changed, 30

[Qemu-devel] [PATCH 2/2] usb-mtp: refactor the flow of usb_mtp_write_data

2019-03-19 Thread Bandan Das
There's no functional change but the flow is (hopefully) more consistent for both file and folder object types. Signed-off-by: Bandan Das --- hw/usb/dev-mtp.c | 58 +--- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/hw/usb/dev-mtp.c b