Commit 00933c49 authored by Yinchuan Guo's avatar Yinchuan Guo Committed by Mark Brown

ASoC: codecs: fix TYPO 'reguest' to 'request' in error log

This patch corrects a common misspelling of "request" as "reguest" found
in error log across multiple files within sound/soc/codecs.
Signed-off-by: default avatarYinchuan Guo <guoych37@mail2.sysu.edu.cn>
Link: https://msgid.link/r/20240212144247.43744-1-guoych37@mail2.sysu.edu.cnSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2b9cdef1
...@@ -1192,7 +1192,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c) ...@@ -1192,7 +1192,7 @@ static int rt274_i2c_probe(struct i2c_client *i2c)
IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt274", rt274); IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt274", rt274);
if (ret != 0) { if (ret != 0) {
dev_err(&i2c->dev, dev_err(&i2c->dev,
"Failed to reguest IRQ: %d\n", ret); "Failed to request IRQ: %d\n", ret);
return ret; return ret;
} }
} }
......
...@@ -1237,7 +1237,7 @@ static int rt286_i2c_probe(struct i2c_client *i2c) ...@@ -1237,7 +1237,7 @@ static int rt286_i2c_probe(struct i2c_client *i2c)
IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt286", rt286); IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt286", rt286);
if (ret != 0) { if (ret != 0) {
dev_err(&i2c->dev, dev_err(&i2c->dev,
"Failed to reguest IRQ: %d\n", ret); "Failed to request IRQ: %d\n", ret);
return ret; return ret;
} }
} }
......
...@@ -1284,7 +1284,7 @@ static int rt298_i2c_probe(struct i2c_client *i2c) ...@@ -1284,7 +1284,7 @@ static int rt298_i2c_probe(struct i2c_client *i2c)
IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt298", rt298); IRQF_TRIGGER_HIGH | IRQF_ONESHOT, "rt298", rt298);
if (ret != 0) { if (ret != 0) {
dev_err(&i2c->dev, dev_err(&i2c->dev,
"Failed to reguest IRQ: %d\n", ret); "Failed to request IRQ: %d\n", ret);
return ret; return ret;
} }
} }
......
...@@ -279,7 +279,7 @@ static int rt5514_spi_pcm_probe(struct snd_soc_component *component) ...@@ -279,7 +279,7 @@ static int rt5514_spi_pcm_probe(struct snd_soc_component *component)
rt5514_dsp); rt5514_dsp);
if (ret) if (ret)
dev_err(&rt5514_spi->dev, dev_err(&rt5514_spi->dev,
"%s Failed to reguest IRQ: %d\n", __func__, "%s Failed to request IRQ: %d\n", __func__,
ret); ret);
else else
device_init_wakeup(rt5514_dsp->dev, true); device_init_wakeup(rt5514_dsp->dev, true);
......
...@@ -4197,7 +4197,7 @@ static int rt5645_i2c_probe(struct i2c_client *i2c) ...@@ -4197,7 +4197,7 @@ static int rt5645_i2c_probe(struct i2c_client *i2c)
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING
| IRQF_ONESHOT, "rt5645", rt5645); | IRQF_ONESHOT, "rt5645", rt5645);
if (ret) { if (ret) {
dev_err(&i2c->dev, "Failed to reguest IRQ: %d\n", ret); dev_err(&i2c->dev, "Failed to request IRQ: %d\n", ret);
goto err_enable; goto err_enable;
} }
} }
......
...@@ -2261,7 +2261,7 @@ static int rt5651_i2c_probe(struct i2c_client *i2c) ...@@ -2261,7 +2261,7 @@ static int rt5651_i2c_probe(struct i2c_client *i2c)
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING
| IRQF_ONESHOT | IRQF_NO_AUTOEN, "rt5651", rt5651); | IRQF_ONESHOT | IRQF_NO_AUTOEN, "rt5651", rt5651);
if (ret) { if (ret) {
dev_warn(&i2c->dev, "Failed to reguest IRQ %d: %d\n", dev_warn(&i2c->dev, "Failed to request IRQ %d: %d\n",
rt5651->irq, ret); rt5651->irq, ret);
rt5651->irq = -ENXIO; rt5651->irq = -ENXIO;
} }
......
...@@ -4292,7 +4292,7 @@ static int rt5659_i2c_probe(struct i2c_client *i2c) ...@@ -4292,7 +4292,7 @@ static int rt5659_i2c_probe(struct i2c_client *i2c)
rt5659_irq, IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING rt5659_irq, IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING
| IRQF_ONESHOT, "rt5659", rt5659); | IRQF_ONESHOT, "rt5659", rt5659);
if (ret) if (ret)
dev_err(&i2c->dev, "Failed to reguest IRQ: %d\n", ret); dev_err(&i2c->dev, "Failed to request IRQ: %d\n", ret);
/* Enable IRQ output for GPIO1 pin any way */ /* Enable IRQ output for GPIO1 pin any way */
regmap_update_bits(rt5659->regmap, RT5659_GPIO_CTRL_1, regmap_update_bits(rt5659->regmap, RT5659_GPIO_CTRL_1,
......
...@@ -3692,7 +3692,7 @@ static int rt5663_i2c_probe(struct i2c_client *i2c) ...@@ -3692,7 +3692,7 @@ static int rt5663_i2c_probe(struct i2c_client *i2c)
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING
| IRQF_ONESHOT, "rt5663", rt5663); | IRQF_ONESHOT, "rt5663", rt5663);
if (ret) { if (ret) {
dev_err(&i2c->dev, "%s Failed to reguest IRQ: %d\n", dev_err(&i2c->dev, "%s Failed to request IRQ: %d\n",
__func__, ret); __func__, ret);
goto err_enable; goto err_enable;
} }
......
...@@ -4929,7 +4929,7 @@ static int rt5665_i2c_probe(struct i2c_client *i2c) ...@@ -4929,7 +4929,7 @@ static int rt5665_i2c_probe(struct i2c_client *i2c)
rt5665_irq, IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING rt5665_irq, IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING
| IRQF_ONESHOT, "rt5665", rt5665); | IRQF_ONESHOT, "rt5665", rt5665);
if (ret) if (ret)
dev_err(&i2c->dev, "Failed to reguest IRQ: %d\n", ret); dev_err(&i2c->dev, "Failed to request IRQ: %d\n", ret);
} }
......
...@@ -2580,7 +2580,7 @@ static int rt5668_i2c_probe(struct i2c_client *i2c) ...@@ -2580,7 +2580,7 @@ static int rt5668_i2c_probe(struct i2c_client *i2c)
rt5668_irq, IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING rt5668_irq, IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING
| IRQF_ONESHOT, "rt5668", rt5668); | IRQF_ONESHOT, "rt5668", rt5668);
if (ret) if (ret)
dev_err(&i2c->dev, "Failed to reguest IRQ: %d\n", ret); dev_err(&i2c->dev, "Failed to request IRQ: %d\n", ret);
} }
......
...@@ -266,7 +266,7 @@ static int rt5682_i2c_probe(struct i2c_client *i2c) ...@@ -266,7 +266,7 @@ static int rt5682_i2c_probe(struct i2c_client *i2c)
if (!ret) if (!ret)
rt5682->irq = i2c->irq; rt5682->irq = i2c->irq;
else else
dev_err(&i2c->dev, "Failed to reguest IRQ: %d\n", ret); dev_err(&i2c->dev, "Failed to request IRQ: %d\n", ret);
} }
#ifdef CONFIG_COMMON_CLK #ifdef CONFIG_COMMON_CLK
......
...@@ -3283,7 +3283,7 @@ static int rt5682s_i2c_probe(struct i2c_client *i2c) ...@@ -3283,7 +3283,7 @@ static int rt5682s_i2c_probe(struct i2c_client *i2c)
if (!ret) if (!ret)
rt5682s->irq = i2c->irq; rt5682s->irq = i2c->irq;
else else
dev_err(&i2c->dev, "Failed to reguest IRQ: %d\n", ret); dev_err(&i2c->dev, "Failed to request IRQ: %d\n", ret);
} }
return devm_snd_soc_register_component(&i2c->dev, &rt5682s_soc_component_dev, return devm_snd_soc_register_component(&i2c->dev, &rt5682s_soc_component_dev,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment