|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 7/7] rust: pl011: simplify handling of the FIFO enabled bit in LCR |
Date: | Wed, 18 Dec 2024 14:20:53 +0100 |
User-agent: | Mozilla Thunderbird |
On 12/12/24 18:22, Paolo Bonzini wrote:
Use ==/!= instead of going through bool and xor. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> --- rust/hw/char/pl011/src/device.rs | 6 ++---- rust/hw/char/pl011/src/lib.rs | 6 ------ 2 files changed, 2 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |