Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-20 Thread kbuild test robot
Hi Puranjay, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] [also build test ERROR on v5.2-rc5 next-20190620] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-20 Thread Puranjay Mohan
On Fri, Jun 21, 2019 at 10:35:04AM +0800, kbuild test robot wrote: > Hi Puranjay, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on net/master] > [also build test ERROR on v5.2-rc5 next-20190620] > [if your patch is applied to the wrong git tree, please drop us

Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-20 Thread kbuild test robot
Hi Puranjay, Thank you for the patch! Yet something to improve: [auto build test ERROR on net/master] [also build test ERROR on v5.2-rc5 next-20190620] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-19 Thread Puranjay Mohan
On Wed, Jun 19, 2019 at 02:10:22PM -0500, Bjorn Helgaas wrote: > On Wed, Jun 19, 2019 at 12:48 PM Puranjay Mohan wrote: > > > > skfbi.h defines its own copies of PCI_COMMAND, PCI_STATUS, etc. > > remove them in favor of the generic definitions in > > include/uapi/linux/pci_regs.h > > 1) Since

Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-19 Thread Bjorn Helgaas
On Wed, Jun 19, 2019 at 12:48 PM Puranjay Mohan wrote: > > skfbi.h defines its own copies of PCI_COMMAND, PCI_STATUS, etc. > remove them in favor of the generic definitions in > include/uapi/linux/pci_regs.h 1) Since you're sending several related patches, send them as a "series" with a cover

[PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-19 Thread Puranjay Mohan
skfbi.h defines its own copies of PCI_COMMAND, PCI_STATUS, etc. remove them in favor of the generic definitions in include/uapi/linux/pci_regs.h Signed-off-by: Puranjay Mohan --- drivers/net/fddi/skfp/h/skfbi.h | 23 --- 1 file changed, 23 deletions(-) diff --git