Re: [PATCH] PCI: mediatek: Remove unnecessary PCI_REASSIGN_* flags

2017-07-03 Thread Bjorn Helgaas
On Mon, Jul 03, 2017 at 01:55:00PM +0800, Ryder Lee wrote: > The PCI_REASSIGN_ALL_RSRC and PCI_REASSIGN_ALL_BUS flags are not needed, > since we should automatically assign resources if the firmware hasn't done it. > > Signed-off-by: Ryder Lee Folded into pci/host-mediatek, thanks! > --- > dri

[PATCH] PCI: mediatek: Remove unnecessary PCI_REASSIGN_* flags

2017-07-02 Thread Ryder Lee
The PCI_REASSIGN_ALL_RSRC and PCI_REASSIGN_ALL_BUS flags are not needed, since we should automatically assign resources if the firmware hasn't done it. Signed-off-by: Ryder Lee --- drivers/pci/host/pcie-mediatek.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/host/pcie-mediatek.