[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/xen : Fix the wrong check in pciback
Zhang, Yang Z wrote on 2012-11-22: > From: Yang Zhang <yang.z.zhang@xxxxxxxxx> > > Fix the wrong check in pciback. > > Signed-off-by: Yang Zhang <yang.z.zhang@xxxxxxxxx> > --- > drivers/xen/xen-pciback/pciback.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > diff --git a/drivers/xen/xen-pciback/pciback.h > b/drivers/xen/xen-pciback/pciback.h index a7def01..f72af87 100644 --- > a/drivers/xen/xen-pciback/pciback.h +++ > b/drivers/xen/xen-pciback/pciback.h @@ -124,7 +124,7 @@ static inline > int xen_pcibk_add_pci_dev(struct xen_pcibk_device *pdev, > static inline void xen_pcibk_release_pci_dev(struct xen_pcibk_device *pdev, > struct pci_dev *dev) > { > - if (xen_pcibk_backend && xen_pcibk_backend->free) > + if (xen_pcibk_backend && xen_pcibk_backend->release) > return xen_pcibk_backend->release(pdev, dev); > } > -- > 1.7.1.1 Any comment? Best regards, Yang _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |