From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Yang Zhang <yang.z.zhang@intel.com>
Cc: konrad@kernel.org, xen-devel@lists.xen.org
Subject: Re: [PATCH] x86/xen : Fix the wrong check in pciback
Date: Fri, 11 Jan 2013 13:00:56 -0500 [thread overview]
Message-ID: <20130111180056.GE26287@phenom.dumpdata.com> (raw)
In-Reply-To: <1353550823-10009-1-git-send-email-yang.z.zhang@intel.com>
On Thu, Nov 22, 2012 at 10:20:23AM +0800, Yang Zhang wrote:
> From: Yang Zhang <yang.z.zhang@Intel.com>
>
> Fix the wrong check in pciback.
Applied
>
> Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
> ---
> 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
>
prev parent reply other threads:[~2013-01-11 18:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 2:20 [PATCH] x86/xen : Fix the wrong check in pciback Yang Zhang
2012-12-13 8:25 ` Zhang, Yang Z
2012-12-21 19:21 ` Konrad Rzeszutek Wilk
2013-01-11 18:00 ` Konrad Rzeszutek Wilk [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130111180056.GE26287@phenom.dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=konrad@kernel.org \
--cc=xen-devel@lists.xen.org \
--cc=yang.z.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).