|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86/xen : Fix the wrong check in pciback
On Thu, Nov 22, 2012 at 10:20:23AM +0800, Yang Zhang wrote:
> From: Yang Zhang <yang.z.zhang@xxxxxxxxx>
>
> Fix the wrong check in pciback.
Applied
>
> 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
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |