|
@@ -5628,7 +5628,6 @@ void pci_reassigndev_resource_alignment(struct pci_dev *dev)
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- pci_info(dev, "Disabling memory decoding and releasing memory resources\n");
|
|
|
|
pci_read_config_word(dev, PCI_COMMAND, &command);
|
|
pci_read_config_word(dev, PCI_COMMAND, &command);
|
|
command &= ~PCI_COMMAND_MEMORY;
|
|
command &= ~PCI_COMMAND_MEMORY;
|
|
pci_write_config_word(dev, PCI_COMMAND, command);
|
|
pci_write_config_word(dev, PCI_COMMAND, command);
|