Re: [Xen-devel] [PATCH] xen-platform: use builtin_pci_driver

2016-11-17 Thread Juergen Gross
On 14/11/16 13:52, Geliang Tang wrote: > Use builtin_pci_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Applied to xen/tip.git for-linus-4.10 Juergen > --- > drivers/xen/platform-pci.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/drive

Re: [Xen-devel] [PATCH] xen-platform: use builtin_pci_driver

2016-11-14 Thread Juergen Gross
On 14/11/16 13:52, Geliang Tang wrote: > Use builtin_pci_driver() helper to simplify the code. > > Signed-off-by: Geliang Tang Reviewed-by: Juergen Gross > --- > drivers/xen/platform-pci.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/drivers/xen/platform-pci.

[Xen-devel] [PATCH] xen-platform: use builtin_pci_driver

2016-11-14 Thread Geliang Tang
Use builtin_pci_driver() helper to simplify the code. Signed-off-by: Geliang Tang --- drivers/xen/platform-pci.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/xen/platform-pci.c b/drivers/xen/platform-pci.c index b59c9455..112ce42 100644 --- a/drivers/xen/platf