commit | f462141f18ffdd75847f6459ef83d90b831d12c0 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 22 12:48:14 2011 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Nov 22 14:12:32 2011 +0100 |
tree | 5b574f35441db5b8a229561f72840cbc457761f7 | |
parent | 2af2a1b8d05a1a64c5005ed930137632b9d5aa22 [diff] |
usb: fix usb_qdev_init error handling. qdev doesn't call the ->exit callback on ->init failures, so we have to take care ourself that we cleanup property on errors. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>