Re: [PATCH] xen: Use dev_is_pci() to check whether it is pci device

2014-01-07 Thread Jan Beulich
>>> On 31.12.13 at 15:51, Konrad Rzeszutek Wilk wrote: > On Thu, Dec 05, 2013 at 07:34:05PM +0800, Yijing Wang wrote: >> Use PCI standard marco dev_is_pci() instead of directly compare >> pci_bus_type to check whether it is pci device. > > Jan, you OK with this? Yes, sure - I simply wasn't aware

Re: [PATCH] xen: Use dev_is_pci() to check whether it is pci device

2013-12-31 Thread Konrad Rzeszutek Wilk
On Thu, Dec 05, 2013 at 07:34:05PM +0800, Yijing Wang wrote: > Use PCI standard marco dev_is_pci() instead of directly compare > pci_bus_type to check whether it is pci device. Jan, you OK with this? > > Signed-off-by: Yijing Wang > --- > drivers/xen/dbgp.c |2 +- > 1 files changed, 1 inse