Commit 9f066193 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

sdb: minor typecast improvement

parent 2f8f1b22
...@@ -280,7 +280,7 @@ static void eb_sdb_decode(eb_sdb_scan_t scanp, eb_device_t device, uint8_t* buf, ...@@ -280,7 +280,7 @@ static void eb_sdb_decode(eb_sdb_scan_t scanp, eb_device_t device, uint8_t* buf,
/* Mark an invalid range if not MSI capable */ /* Mark an invalid range if not MSI capable */
if (!found_msi) { if (!found_msi) {
msi_first = ~(uint64_t)0; msi_first = ~(eb_address_t)0;
msi_last = 0; msi_last = 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment