]> git.proxmox.com Git - qemu.git/commit
Fix bit test in Exynos4210 UART emulation to use & instead of &&
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 13 Apr 2012 11:39:06 +0000 (11:39 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Apr 2012 11:39:06 +0000 (11:39 +0000)
commitb85f62d7811c80646065f8f96c2248ea86cfd911
treed5d36a2368e44af7933339643dee15559937baf5
parentdadc1064c348545695b8a14d9dc72ccaa2983be7
Fix bit test in Exynos4210 UART emulation to use & instead of &&

* hw/exynos4210_uart.c: s/&&/&/

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/exynos4210_uart.c