|
@@ -253,7 +253,7 @@ int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type,
|
|
|
goto out;
|
|
|
}
|
|
|
|
|
|
- if ((sizeof(resource_size_t) < 8) && l) {
|
|
|
+ if ((sizeof(dma_addr_t) < 8) && l) {
|
|
|
/* Address above 32-bit boundary; disable the BAR */
|
|
|
pci_write_config_dword(dev, pos, 0);
|
|
|
pci_write_config_dword(dev, pos + 4, 0);
|