Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-04 Thread Bjorn Helgaas
On Tue, Dec 4, 2012 at 1:05 PM, Chris Metcalf wrote: > On 12/4/2012 2:57 PM, Bjorn Helgaas wrote: >> On Mon, Dec 3, 2012 at 6:28 AM, Wei Yongjun wrote: >>> From: Wei Yongjun >>> >>> Use for_each_pci_dev to simplify the code. >>> >>> Signed-off-by: Wei Yongjun >>> --- >>>

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-04 Thread Chris Metcalf
On 12/4/2012 2:57 PM, Bjorn Helgaas wrote: > On Mon, Dec 3, 2012 at 6:28 AM, Wei Yongjun wrote: >> From: Wei Yongjun >> >> Use for_each_pci_dev to simplify the code. >> >> Signed-off-by: Wei Yongjun >> --- >> arch/tile/kernel/pci.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-04 Thread Bjorn Helgaas
On Mon, Dec 3, 2012 at 6:28 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Use for_each_pci_dev to simplify the code. > > Signed-off-by: Wei Yongjun > --- > arch/tile/kernel/pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/tile/kernel/pci.c

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-04 Thread Bjorn Helgaas
On Mon, Dec 3, 2012 at 6:28 AM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Use for_each_pci_dev to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- arch/tile/kernel/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-04 Thread Chris Metcalf
On 12/4/2012 2:57 PM, Bjorn Helgaas wrote: On Mon, Dec 3, 2012 at 6:28 AM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Use for_each_pci_dev to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- arch/tile/kernel/pci.c |

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-04 Thread Bjorn Helgaas
On Tue, Dec 4, 2012 at 1:05 PM, Chris Metcalf cmetc...@tilera.com wrote: On 12/4/2012 2:57 PM, Bjorn Helgaas wrote: On Mon, Dec 3, 2012 at 6:28 AM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Use for_each_pci_dev to simplify the code. Signed-off-by:

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-03 Thread Chris Metcalf
On 12/3/2012 8:28 AM, Wei Yongjun wrote: > From: Wei Yongjun > > Use for_each_pci_dev to simplify the code. > > Signed-off-by: Wei Yongjun Thanks, I've taken this into my tree for -next. -- Chris Metcalf, Tilera Corp. http://www.tilera.com -- To unsubscribe from this list: send the line

[PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-03 Thread Wei Yongjun
From: Wei Yongjun Use for_each_pci_dev to simplify the code. Signed-off-by: Wei Yongjun --- arch/tile/kernel/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c index 7598226..aac1cd5 100644 --- a/arch/tile/kernel/pci.c

[PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-03 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Use for_each_pci_dev to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- arch/tile/kernel/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c

Re: [PATCH -next] tile/PCI: use for_each_pci_dev to simplify the code

2012-12-03 Thread Chris Metcalf
On 12/3/2012 8:28 AM, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Use for_each_pci_dev to simplify the code. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn Thanks, I've taken this into my tree for -next. -- Chris Metcalf, Tilera Corp. http://www.tilera.com