[PATCH v10 2/4] ASoC: Add Rockchip rk817 audio CODEC support
Mark Brown
broonie at kernel.org
Fri May 14 19:49:58 CEST 2021
On Fri, May 14, 2021 at 12:19:38PM -0500, Chris Morgan wrote:
> +static int rk817_codec_parse_dt_property(struct device *dev,
> + struct rk817_codec_priv *rk817)
> +{
> + struct device_node *node = dev->parent->of_node;
> +
> + if (!node) {
> + dev_err(dev, "%s() dev->parent->of_node is NULL\n",
> + __func__);
> + return -ENODEV;
> + }
There's no need to fail the probe here, you won't be able to read any DT
properties but that shouldn't stop the driver binding.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20210514/fcef6975/attachment.sig>
More information about the Alsa-devel
mailing list