summaryrefslogtreecommitdiff
path: root/sound/soc/renesas/rcar/ssi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/renesas/rcar/ssi.c')
-rw-r--r--sound/soc/renesas/rcar/ssi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/renesas/rcar/ssi.c b/sound/soc/renesas/rcar/ssi.c
index b3d4e8ae07ef..0c6424a1fcac 100644
--- a/sound/soc/renesas/rcar/ssi.c
+++ b/sound/soc/renesas/rcar/ssi.c
@@ -336,7 +336,8 @@ static int rsnd_ssi_master_clk_start(struct rsnd_mod *mod,
return 0;
rate_err:
- dev_err(dev, "unsupported clock rate\n");
+ dev_err(dev, "unsupported clock rate (%d)\n", rate);
+
return ret;
}