From: Bjorn Helgaas <helgaas@kernel.org>
To: Joao Pinto <Joao.Pinto@synopsys.com>
Cc: bhelgaas@google.com, jszhang@marvell.com, jingoohan1@gmail.com,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org
Subject: Re: [PATCH] pcie-designware: build error fix
Date: Thu, 18 Aug 2016 14:15:46 -0500 [thread overview]
Message-ID: <20160818191546.GG27353@localhost> (raw)
In-Reply-To: <7083dc9188405f25307d0a75d4e199846ac06ac9.1471525771.git.jpinto@synopsys.com>
On Thu, Aug 18, 2016 at 02:18:29PM +0100, Joao Pinto wrote:
> This patch is to fix a building error in branch pci/host-designware.
>
> Signed-off-by: Joao Pinto <jpinto@synopsys.com>
Thanks, I fixed this yesterday, and I got a build success report for it
(commit 01c076732e82).
> ---
> drivers/pci/host/pcie-designware.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/pci/host/pcie-designware.c b/drivers/pci/host/pcie-designware.c
> index be70f28..6a743c5 100644
> --- a/drivers/pci/host/pcie-designware.c
> +++ b/drivers/pci/host/pcie-designware.c
> @@ -511,9 +511,8 @@ static const struct irq_domain_ops msi_domain_ops = {
>
> static u8 dw_pcie_iatu_unroll_enabled(struct pcie_port *pp)
> {
> - u32 val = 0;
> + u32 val = dw_pcie_readl_rc(pp, PCIE_ATU_VIEWPORT);
>
> - dw_pcie_readl_rc(pp, PCIE_ATU_VIEWPORT, &val);
> if (val == 0xffffffff)
> return 1;
>
> --
> 1.8.1.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2016-08-19 1:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 13:18 [PATCH] pcie-designware: build error fix Joao Pinto
2016-08-18 19:15 ` Bjorn Helgaas [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=20160818191546.GG27353@localhost \
--to=helgaas@kernel.org \
--cc=Joao.Pinto@synopsys.com \
--cc=bhelgaas@google.com \
--cc=jingoohan1@gmail.com \
--cc=jszhang@marvell.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
/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).