summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/cs530x.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/cs530x.c')
-rw-r--r--sound/soc/codecs/cs530x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs530x.c b/sound/soc/codecs/cs530x.c
index b9eff240b929..535387cd7aa3 100644
--- a/sound/soc/codecs/cs530x.c
+++ b/sound/soc/codecs/cs530x.c
@@ -793,7 +793,7 @@ static int cs530x_set_sysclk(struct snd_soc_component *component, int clk_id,
case CS530X_SYSCLK_SRC_PLL:
break;
default:
- dev_err(component->dev, "Invalid clock id %d\n", clk_id);
+ dev_err(component->dev, "Invalid sysclk source: %d\n", source);
return -EINVAL;
}