]> git.proxmox.com Git - mirror_qemu.git/commit
usb-xhci: fix bit test
authorLai Jiangshan <laijs@cn.fujitsu.com>
Mon, 2 Apr 2012 06:35:30 +0000 (14:35 +0800)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 Apr 2012 10:21:16 +0000 (12:21 +0200)
commit215bff17ed89733c23174494cbff63ab941368ca
treee3755f2d11d7ffe341bd3841aa832db25d02e369
parent59a70ccd3be29d2c5034cf7f22de0cf4e9156432
usb-xhci: fix bit test

use & instead of the wrong &&

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c