]> git.proxmox.com Git - mirror_qemu.git/commit
usb-mtp: remove usb_mtp_object_free_one
authorBandan Das <bsd@redhat.com>
Mon, 1 Apr 2019 21:17:11 +0000 (17:17 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 2 Apr 2019 05:22:49 +0000 (07:22 +0200)
commitb396733df3554688c58678f454c34d5c07dd5ca2
tree7ffb668d151e45634bcb18e97636f446fda41a97
parent4bc1591681cbeb4875f57fc99a4f821d032e4bd1
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 <peter.maydell@linaro.org>
Signed-off-by: Bandan Das <bsd@redhat.com>
Message-Id: <20190401211712.19012-3-bsd@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-mtp.c