Re: [PATCH] PCI: mediatek: take use of PCI_NUM_INTX

2017-08-30 Thread Bjorn Helgaas
On Wed, Aug 30, 2017 at 09:19:14AM +0800, honghui.zh...@mediatek.com wrote: > From: Honghui Zhang > > Switch from using a custom NUM_INTX macro to the generic PCI_NUM_INTX > definition for the number of INTx interrupts. > > Signed-off-by: Honghui Zhang I rebased pci/host-mediatek on top of pci

Re: [PATCH] PCI: mediatek: take use of PCI_NUM_INTX

2017-08-29 Thread Honghui Zhang
On Wed, 2017-08-30 at 09:19 +0800, honghui.zh...@mediatek.com wrote: > From: Honghui Zhang > > Switch from using a custom NUM_INTX macro to the generic PCI_NUM_INTX > definition for the number of INTx interrupts. > > Signed-off-by: Honghui Zhang > --- > drivers/pci/host/pcie-mediatek.c | 5 ++-

[PATCH] PCI: mediatek: take use of PCI_NUM_INTX

2017-08-29 Thread honghui.zhang
From: Honghui Zhang Switch from using a custom NUM_INTX macro to the generic PCI_NUM_INTX definition for the number of INTx interrupts. Signed-off-by: Honghui Zhang --- drivers/pci/host/pcie-mediatek.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/pci/host/pc