Re: [PATCH] PCI: altera: use builtin_platform_driver

2016-12-07 Thread Bjorn Helgaas
On Wed, Nov 23, 2016 at 10:52:22PM +0800, Geliang Tang wrote: > Use builtin_platform_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Thanks, Geliang. I already applied an identical patch from Wei Yongjun that will appear in v4.10. > --- > drivers/pci/host/pcie-altera.c |

Re: [PATCH] PCI: altera: use builtin_platform_driver

2016-11-24 Thread Ley Foon Tan
On Rab, 2016-11-23 at 14:52 +, Geliang Tang wrote: > Use builtin_platform_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Acked-by: Ley Foon Tan > --- >  drivers/pci/host/pcie-altera.c | 6 +- >  1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/drive

[PATCH] PCI: altera: use builtin_platform_driver

2016-11-23 Thread Geliang Tang
Use builtin_platform_driver() helper to simplify the code. Signed-off-by: Geliang Tang --- drivers/pci/host/pcie-altera.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/pci/host/pcie-altera.c b/drivers/pci/host/pcie-altera.c index b0ac4df..eefcb38 100644 --- a/d