drivers/pcie: pcie_get_mbar()
should return a void *
not u32_t
#19550
Labels
area: Drivers
bug
The issue is a bug, or the PR is fixing a bug
priority: medium
Medium impact/importance bug
These bars are meant to be used for MMIO, so they should return
void *
.The text was updated successfully, but these errors were encountered: