mbox series

[0/2,v3] misc usb-mtp fixes

Message ID 20190328173722.26465-1-bsd@redhat.com (mailing list archive)
Headers show
Series misc usb-mtp fixes | expand

Message

Bandan Das March 28, 2019, 5:37 p.m. UTC
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 make it less confusing. Applies on top of
[PATCH v3] usb-mtp: fix return status of delete
Message-ID: <jpgva0nuddm.fsf@linux.bootlegged.copy>


Bandan Das (2):
  usb-mtp: remove usb_mtp_object_free_one
  usb-mtp: refactor the flow of usb_mtp_write_data

 hw/usb/dev-mtp.c | 71 ++++++++++++++++++++++--------------------------
 1 file changed, 32 insertions(+), 39 deletions(-)