Re: [Qemu-devel] [PATCH v4 2/3] usb-mtp: remove usb_mtp_object_free_one
On Mon, Apr 01, 2019 at 05:17:11PM -0400, Bandan Das wrote: > This function is used in the delete path only and can > be replaced by a call to usb_mtp_object_free. Queued patch 1+2, leaving 3 for later. cheers, Gerd
[Qemu-devel] [PATCH v4 2/3] usb-mtp: remove usb_mtp_object_free_one
This function is used in the delete path only and can be replaced by a call to usb_mtp_object_free. Reviewed-by: Peter Maydell Signed-off-by: Bandan Das --- hw/usb/dev-mtp.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/hw/usb/dev-mtp.c b/hw/usb/dev-mtp.c i