mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: Fix AArch64 clippy warnings of vmm and other crates
Signed-off-by: Michael Zhao <michael.zhao@arm.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
46b8f38987
commit
afc98a5ec9
@@ -1356,7 +1356,7 @@ impl DeviceManager {
|
||||
|
||||
self.address_manager
|
||||
.mmio_bus
|
||||
.insert(rtc_device.clone(), addr.0, MMIO_LEN)
|
||||
.insert(rtc_device, addr.0, MMIO_LEN)
|
||||
.map_err(DeviceManagerError::BusError)?;
|
||||
|
||||
self.id_to_dev_info.insert(
|
||||
|
||||
Reference in New Issue
Block a user