Fix 32-bit build again, post r350570.
Missed this part with my testing as well. Pass the right type to BUS_TRANSLATE_RESOURCE().
This commit is contained in:
parent
4b238da67b
commit
4eaa2fde6f
@ -391,7 +391,7 @@ unsigned long
|
||||
pci_resource_start(struct pci_dev *pdev, int bar)
|
||||
{
|
||||
struct resource_list_entry *rle;
|
||||
unsigned long newstart;
|
||||
rman_res_t newstart;
|
||||
device_t dev;
|
||||
|
||||
if ((rle = linux_pci_get_bar(pdev, bar)) == NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user