Re: [PATCH v3 4/6] pmdomain: renesas: Add R-Car X5H MDLC driver

From: Marek Vasut

Date: Thu Aug 06 2026 - 08:57:41 EST


On 8/6/26 9:49 AM, Geert Uytterhoeven wrote:

Hello Geert,

+ if (!info->base) {
+ dev_dbg(dev, "Unsupported MDLC instance 0x%pa\n", &res->start);

return dev_err_probe() might be more appropriate here, even if that
would be more chatty until the support for various MDLC nodes lands.

Indeed, it would be very chatty, and may confuse users, that's why
I used dev_dbg(). We can revisit that later.

All right.

--
Best regards,
Marek Vasut