[PATCH 3/3] usb: dwc3: introduce flatten model driver of i.MX Soc

Thinh Nguyen Thinh.Nguyen at synopsys.com
Tue Feb 3 18:27:16 PST 2026


On Tue, Feb 03, 2026, Peng Fan wrote:
> On Mon, Feb 02, 2026 at 06:27:47PM +0800, Xu Yang wrote:
> >+
> >+	res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "core");
> >+	if (!res)
> >+		return dev_err_probe(dev, -ENODEV, "missing core memory resource\n");
> 
> -ENOENT should be better.

Hm... that's for file or directory, and doesn't seem to fit here well.

BR,
Thinh


More information about the linux-arm-kernel mailing list