提交 f7ffe19a 编写于 作者: B Bjorn Helgaas

PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.h

__pci_enable_device_flags() takes values like IORESOURCE_IO and
IORESOURCE_MEM, which are values for struct resource.flags, which is
"unsigned long", not "resource_size_t".
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
上级 7f0d21f9
......@@ -1157,7 +1157,7 @@ int pci_reenable_device(struct pci_dev *dev)
}
static int __pci_enable_device_flags(struct pci_dev *dev,
resource_size_t flags)
unsigned long flags)
{
int err;
int i, bars = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册