fixed type error when calling hexdump()
This commit is contained in:
@@ -2047,7 +2047,7 @@ int32_t radeonfb_pci_register(int32_t handle, const struct pci_device_id *ent)
|
|||||||
{
|
{
|
||||||
dbg("%s: BIOS_IN16(0) was %x (expected 0xaa55)\r\n", __FUNCTION__, BIOS_IN16(0));
|
dbg("%s: BIOS_IN16(0) was %x (expected 0xaa55)\r\n", __FUNCTION__, BIOS_IN16(0));
|
||||||
rinfo->bios_seg_phys = pci_rsc_desc->offset + pci_rsc_desc->start;
|
rinfo->bios_seg_phys = pci_rsc_desc->offset + pci_rsc_desc->start;
|
||||||
hexdump(rinfo->bios_seg_phys, 512);
|
hexdump((uint8_t *) rinfo->bios_seg_phys, 512);
|
||||||
//rinfo->bios_seg_phys = 0;
|
//rinfo->bios_seg_phys = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user