usb-mtp: fix call to trace function
authorBandan Das <bsd@redhat.com>
Wed, 23 Dec 2015 09:09:47 +0000 (14:39 +0530)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Jan 2016 08:25:50 +0000 (09:25 +0100)
commitec93e158b1930d6c6db22e3c0a655337ae221034
tree2b23875165eee082481f1a7aaf701684f954f95e
parentc22d5dcd7a8ee8316dfbad66d13abb6d661c86b9
usb-mtp: fix call to trace function

trace_usb_mtp_inotify_event() was being called after the object was
being freed.

Signed-off-by: Bandan Das <bsd@redhat.com>
Message-id: 1450861787-16213-3-git-send-email-bsd@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/dev-mtp.c