mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +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
|
self.irq
|
||||||
}
|
}
|
||||||
fn length(&self) -> u64 {
|
fn length(&self) -> u64 {
|
||||||
4096 as u64
|
4096
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user