Message ID | 20210920163918.481485606@linuxfoundation.org |
---|---|
State | Superseded |
Headers | show |
Series | None | expand |
Hi! There is something is wrong with the Subject. Commit says "Don't", but subject says "Dont". It confused me for a while. Best regards, Pavel -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
On Tue, Sep 21, 2021 at 11:34:56PM +0200, Pavel Machek wrote: > Hi! > > There is something is wrong with the Subject. Commit says "Don't", but > subject says "Dont". It confused me for a while. Odd, the patch says "Don't", perhaps git send-email doesn't like that in a subject line. greg k-h
diff --git a/drivers/pci/of.c b/drivers/pci/of.c index ac24cd5439a9..3f6ef2f45e57 100644 --- a/drivers/pci/of.c +++ b/drivers/pci/of.c @@ -295,7 +295,7 @@ static int devm_of_pci_get_host_bridge_resources(struct device *dev, /* Check for ranges property */ err = of_pci_range_parser_init(&parser, dev_node); if (err) - goto failed; + return 0; dev_dbg(dev, "Parsing ranges property...\n"); for_each_of_pci_range(&parser, &range) {