From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: "Zhang, Yang Z" <yang.z.zhang@intel.com>
Cc: "konrad@kernel.org" <konrad@kernel.org>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [PATCH] x86/xen : Fix the wrong check in pciback
Date: Fri, 21 Dec 2012 14:21:01 -0500 [thread overview]
Message-ID: <20121221192101.GA30562@phenom.dumpdata.com> (raw)
In-Reply-To: <A9667DDFB95DB7438FA9D7D576C3D87E2DFA42@SHSMSX101.ccr.corp.intel.com>
On Thu, Dec 13, 2012 at 08:25:54AM +0000, Zhang, Yang Z wrote:
> Zhang, Yang Z wrote on 2012-11-22:
> > From: Yang Zhang <yang.z.zhang@Intel.com>
> >
> > Fix the wrong check in pciback.
> >
> > 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
> Any comment?
Hm, I don't seem to have it in my queue, weird. Putting it in now.
>
> Best regards,
> Yang
>
>
>
next prev parent reply other threads:[~2012-12-21 19:21 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 [this message]
2013-01-11 18:00 ` Konrad Rzeszutek Wilk
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=20121221192101.GA30562@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).