From: Ryder Lee <ryder.lee-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
To: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
honghui.zhang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
Subject: Re: [bug report] PCI: mediatek: Add controller support for MT2712 and MT7622
Date: Fri, 25 Aug 2017 20:55:26 +0800 [thread overview]
Message-ID: <1503665726.29186.5.camel@mtkswgap22> (raw)
In-Reply-To: <20170825113431.q7lpvmljar43xzpg@mwanda>
Hi,
This warning is fixed by Honghui's patch and folded into
pci/host-mediatek git tree.
75983c6d1f
http://lkml.kernel.org/r/1502715868-17651-2-git-send-email-honghui.zhang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org
On Fri, 2017-08-25 at 15:27 +0300, Dan Carpenter wrote:
> Hello Ryder Lee,
>
> The patch 6a48aa410571: "PCI: mediatek: Add controller support for
> MT2712 and MT7622" from Aug 10, 2017, leads to the following static
> checker warning:
>
> drivers/pci/host/pcie-mediatek.c:453 mtk_pcie_init_irq_domain()
> warn: passing zero to 'PTR_ERR'
>
> drivers/pci/host/pcie-mediatek.c:460 mtk_pcie_init_irq_domain()
> warn: passing zero to 'PTR_ERR'
>
> drivers/pci/host/pcie-mediatek.c
> 443 static int mtk_pcie_init_irq_domain(struct mtk_pcie_port *port,
> 444 struct device_node *node)
> 445 {
> 446 struct device *dev = port->pcie->dev;
> 447 struct device_node *pcie_intc_node;
> 448
> 449 /* Setup INTx */
> 450 pcie_intc_node = of_get_next_child(node, NULL);
> 451 if (!pcie_intc_node) {
> 452 dev_err(dev, "no PCIe Intc node found\n");
> 453 return PTR_ERR(pcie_intc_node);
> ^^^^^^^^^^^^^^^^^^^^^^^
> This is a complicated way of returning 0, but I'm not sure what we
> should actually be returning here.
>
> 454 }
> 455
> 456 port->irq_domain = irq_domain_add_linear(pcie_intc_node, INTX_NUM,
> 457 &intx_domain_ops, port);
> 458 if (!port->irq_domain) {
> 459 dev_err(dev, "failed to get INTx IRQ domain\n");
> 460 return PTR_ERR(port->irq_domain);
> ^^^^^^^^^^^^^^^^^^^^^^^^
> Also zero.
>
> 461 }
> 462
> 463 return 0;
> 464 }
>
> regards,
> dan carpenter
prev parent reply other threads:[~2017-08-25 12:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-25 12:27 [bug report] PCI: mediatek: Add controller support for MT2712 and MT7622 Dan Carpenter
2017-08-25 12:55 ` Ryder Lee [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=1503665726.29186.5.camel@mtkswgap22 \
--to=ryder.lee-nus5lvnupcjwk0htik3j/w@public.gmane.org \
--cc=dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=honghui.zhang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.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