mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
arch: aarch64: Remove unnecessary literal cast
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
184baff355
commit
ecc1da95dd
@ -162,6 +162,6 @@ impl DeviceInfoForFDT for MMIODeviceInfo {
|
||||
self.irq
|
||||
}
|
||||
fn length(&self) -> u64 {
|
||||
4096 as u64
|
||||
4096
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user