Re: [PATCH v1] MIPS: PCI: Use dev_printk()

2018-05-30 Thread Bjorn Helgaas
On Tue, May 22, 2018 at 08:11:36AM -0500, Bjorn Helgaas wrote: > Use dev_printk() to follow style of other arches. > > I'll merge via the PCI tree unless there are objections. > > --- > > Bjorn Helgaas (1): > MIPS: PCI: Use dev_printk() when possible > > > arch/mips/pci/pci-legacy.c |

Re: [PATCH v1] MIPS: PCI: Use dev_printk()

2018-05-30 Thread Bjorn Helgaas
On Tue, May 22, 2018 at 08:11:36AM -0500, Bjorn Helgaas wrote: > Use dev_printk() to follow style of other arches. > > I'll merge via the PCI tree unless there are objections. > > --- > > Bjorn Helgaas (1): > MIPS: PCI: Use dev_printk() when possible > > > arch/mips/pci/pci-legacy.c |

Re: [PATCH v1] MIPS: PCI: Use dev_printk() when possible

2018-05-23 Thread Bjorn Helgaas
On Wed, May 23, 2018 at 09:14:48AM +0100, James Hogan wrote: > On Tue, May 22, 2018 at 08:11:42AM -0500, Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > Use the pci_info() and pci_err() wrappers for dev_printk() when possible. > > > > Signed-off-by: Bjorn Helgaas

Re: [PATCH v1] MIPS: PCI: Use dev_printk() when possible

2018-05-23 Thread Bjorn Helgaas
On Wed, May 23, 2018 at 09:14:48AM +0100, James Hogan wrote: > On Tue, May 22, 2018 at 08:11:42AM -0500, Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > > > Use the pci_info() and pci_err() wrappers for dev_printk() when possible. > > > > Signed-off-by: Bjorn Helgaas > > --- > >

Re: [PATCH v1] MIPS: PCI: Use dev_printk() when possible

2018-05-23 Thread James Hogan
On Tue, May 22, 2018 at 08:11:42AM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Use the pci_info() and pci_err() wrappers for dev_printk() when possible. > > Signed-off-by: Bjorn Helgaas > --- > arch/mips/pci/pci-legacy.c |7 ++- > 1

Re: [PATCH v1] MIPS: PCI: Use dev_printk() when possible

2018-05-23 Thread James Hogan
On Tue, May 22, 2018 at 08:11:42AM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Use the pci_info() and pci_err() wrappers for dev_printk() when possible. > > Signed-off-by: Bjorn Helgaas > --- > arch/mips/pci/pci-legacy.c |7 ++- > 1 file changed, 2 insertions(+), 5

[PATCH v1] MIPS: PCI: Use dev_printk()

2018-05-22 Thread Bjorn Helgaas
Use dev_printk() to follow style of other arches. I'll merge via the PCI tree unless there are objections. --- Bjorn Helgaas (1): MIPS: PCI: Use dev_printk() when possible arch/mips/pci/pci-legacy.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-)

[PATCH v1] MIPS: PCI: Use dev_printk()

2018-05-22 Thread Bjorn Helgaas
Use dev_printk() to follow style of other arches. I'll merge via the PCI tree unless there are objections. --- Bjorn Helgaas (1): MIPS: PCI: Use dev_printk() when possible arch/mips/pci/pci-legacy.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-)

[PATCH v1] MIPS: PCI: Use dev_printk() when possible

2018-05-22 Thread Bjorn Helgaas
From: Bjorn Helgaas Use the pci_info() and pci_err() wrappers for dev_printk() when possible. Signed-off-by: Bjorn Helgaas --- arch/mips/pci/pci-legacy.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git

[PATCH v1] MIPS: PCI: Use dev_printk() when possible

2018-05-22 Thread Bjorn Helgaas
From: Bjorn Helgaas Use the pci_info() and pci_err() wrappers for dev_printk() when possible. Signed-off-by: Bjorn Helgaas --- arch/mips/pci/pci-legacy.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/mips/pci/pci-legacy.c b/arch/mips/pci/pci-legacy.c index