public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Charles Keepax <ckeepax@opensource.cirrus.com>
To: IRRatium <majnkraftiigry7@gmail.com>
Cc: broonie@kernel.org, lgirdwood@gmail.com, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, david.rhodes@cirrus.com,
	rf@opensource.cirrus.com, linux-sound@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	patches@opensource.cirrus.com
Subject: Re: [PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override'
Date: Tue, 21 Apr 2026 10:48:52 +0100	[thread overview]
Message-ID: <aedIBFLFwNVuHC1w@opensource.cirrus.com> (raw)
In-Reply-To: <5ba3d073-c5fd-431e-afb9-0a0911300aa7@gmail.com>

On Tue, Apr 21, 2026 at 05:30:27AM +0300, IRRatium wrote:
> Fix typo in property name 'cirrus,classh-bst-overide',
> should be 'cirrus,classh-bst-override'.
> 
> Signed-off-by: IRRatium <majnkraftiigry7@gmail.com>
> ---
>  sound/soc/codecs/cs35l35.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
> index 7a01b1d9f..7d9b42c5a 100644
> --- a/sound/soc/codecs/cs35l35.c
> +++ b/sound/soc/codecs/cs35l35.c
> @@ -1311,7 +1311,7 @@ static int cs35l35_handle_of_data(struct i2c_client
> *i2c_client,
> 
>      if (classh_config->classh_algo_enable) {
>          classh_config->classh_bst_override =
> -            of_property_read_bool(np, "cirrus,classh-bst-overide");
> +            of_property_read_bool(np, "cirrus,classh-bst-override");

This would need to check both properties. The problem is as this
is a device tree thing and has been in the wild for some time,
we can't be sure there aren't device trees out there depending
on the misspelling.

Thanks,
Charles

  parent reply	other threads:[~2026-04-21  9:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-21  2:30 [PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override' IRRatium
2026-04-21  2:32 ` [PATCH 2/2] dt-bindings: sound: " IRRatium
2026-04-21  9:50   ` Krzysztof Kozlowski
2026-04-21  9:48 ` Charles Keepax [this message]
2026-04-21  9:50 ` [PATCH 1/2] ASoC: " Krzysztof Kozlowski
     [not found] <CAAmW3WY3bhUXvUZcPpwkD5NhzGRSv7b+tUKbNZcROvkqQbyTMw@mail.gmail.com>
2026-04-20 18:55 ` IRRatium

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aedIBFLFwNVuHC1w@opensource.cirrus.com \
    --to=ckeepax@opensource.cirrus.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=david.rhodes@cirrus.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=majnkraftiigry7@gmail.com \
    --cc=patches@opensource.cirrus.com \
    --cc=rf@opensource.cirrus.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox