]> git.proxmox.com Git - qemu.git/commit
usb-bus: fix no params
authorLuiz Capitulino <lcapitulino@redhat.com>
Wed, 2 Jun 2010 20:19:56 +0000 (17:19 -0300)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 9 Jun 2010 10:45:03 +0000 (12:45 +0200)
commitaf0269b03607b3a2f653d190c7aebb6da4640046
tree3a0a6acf367b5526db551dca11650d24a7c77551
parentd37dbf988d0d350d252c6952fcde5f4b94eed010
usb-bus: fix no params

After commit 702f3e0fb52c124c07f215426eeadb70a716643f, the params is
nerver NULL. It should check *params instead of params to determine
whether the params is empty.

Signed-off-by: TeLeMan <geleman@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
(cherry picked from commit 98f22dc172e1ebd5341da3de0d67666442566f72)
hw/usb-bus.c