Re: [Qemu-devel] [PATCH v4 0/3] misc usb-mtp fixes

2019-06-07 Thread Gerd Hoffmann
> > Bandan Das (3): > > usb-mtp: fix return status of delete > > usb-mtp: remove usb_mtp_object_free_one > > usb-mtp: refactor the flow of usb_mtp_write_data > > Hi Bandan, Gerd -- what's the status of this patchset? > I think this is the one that fixes the CID1399415 > Coverity issue about

Re: [Qemu-devel] [PATCH v4 0/3] misc usb-mtp fixes

2019-06-07 Thread Peter Maydell
On Mon, 1 Apr 2019 at 22:17, Bandan Das wrote: > > v4: > Added 1/3: > v3: > 2/2: Fix indentation >Add back sending RES_OK for success > v2: > 1/2: Add Reviewed-by tag > 2/2: remove extra vars and directly call usb_mtp_queue_result > > The first patch removes a unnecessary

[Qemu-devel] [PATCH v4 0/3] misc usb-mtp fixes

2019-04-01 Thread Bandan Das
v4: Added 1/3: v3: 2/2: Fix indentation Add back sending RES_OK for success v2: 1/2: Add Reviewed-by tag 2/2: remove extra vars and directly call usb_mtp_queue_result The first patch removes a unnecessary function and the second is just a code reorg of usb_mtp_write_data to