[PATCH 1/8] ASoC: SDCA: Tidy up error message
From: Charles Keepax
Date: Wed Aug 05 2026 - 09:14:57 EST
Bring the entity_pde_event() error message slightly more in line with
the other SDCA error messages.
Signed-off-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
---
sound/soc/sdca/sdca_asoc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/sdca/sdca_asoc.c b/sound/soc/sdca/sdca_asoc.c
index 9a6c0036b7be3..03486d1c1b2f3 100644
--- a/sound/soc/sdca/sdca_asoc.c
+++ b/sound/soc/sdca/sdca_asoc.c
@@ -458,7 +458,7 @@ static int entity_pde_event(struct snd_soc_dapm_widget *widget,
entity->pde.max_delay,
entity->pde.num_max_delay);
if (ret)
- dev_err(component->dev, "%s: PDE transition %x -> %x failed, err=%d\n",
+ dev_err(component->dev, "%s: pde transition %x -> %x failed: %d\n",
entity->label, from, to, ret);
return ret;
--
2.47.3