mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
ASoC: tas2781: correct the wrong period
A wrong preiod at the end of the sentence was reported by one of my
customers. Their thorough code review is greatly appreciated.
Fixes: 49e2e353fb ("ASoC: tas2781: Add Calibration Kcontrols for Chromebook")
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://patch.msgid.link/20251121234427.402-1-shenghao-ding@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
34b78ddd78
commit
950167a99d
@@ -1391,7 +1391,7 @@ static int tasdevice_create_cali_ctrls(struct tasdevice_priv *priv)
|
||||
|
||||
/*
|
||||
* Alloc kcontrol via devm_kzalloc(), which don't manually
|
||||
* free the kcontrol。
|
||||
* free the kcontrol.
|
||||
*/
|
||||
cali_ctrls = devm_kcalloc(priv->dev, nctrls,
|
||||
sizeof(cali_ctrls[0]), GFP_KERNEL);
|
||||
|
||||
Reference in New Issue
Block a user