[PATCH v2 5/6] PCI: fu740: Add SiFive FU740 PCIe host controller driver

Krzysztof Wilczyński kw at linux.com
Fri Mar 19 04:42:57 GMT 2021


Hi,

[...]
> > +	/* Wait for wait_idle */
> > +	ret = readl_poll_timeout(phy_cr_para_ack, val, val, 10, 5000);
> > +	if (ret)
> > +		dev_err(dev, "Wait for wait_ilde state failed!\n");
> 
> It would be "wait_idle" rather than "wait_idle".
[...]

Apologies, meant to say "wait_ilde" in the "rather than" part, but went
ahead and somehow used the correct spelling. :)

Krzysztof



More information about the linux-riscv mailing list