Re: [PATCH v10 4/8] drm/ingenic: Add dw-hdmi driver for jz4780

From: Mark Brown
Date: Wed Dec 01 2021 - 08:39:18 EST


On Wed, Dec 01, 2021 at 01:02:45PM +0000, Paul Cercueil wrote:
> Le mar., nov. 30 2021 at 22:26:37 +0100, H. Nikolaus Schaller

> > + regulator = devm_regulator_get_optional(&pdev->dev, "hdmi-5v");
> > + if (IS_ERR(regulator)) {
> > + ret = PTR_ERR(regulator);

Why is this using _optional()? This should only be done when the supply
can be physically absent (in which case I'd expect to see special
handling).

Attachment: signature.asc
Description: PGP signature