summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/fsl_dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/fsl/fsl_dsp.c')
-rw-r--r--sound/soc/fsl/fsl_dsp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_dsp.c b/sound/soc/fsl/fsl_dsp.c
index 4bd55059b2cb..39a5b13c6cb6 100644
--- a/sound/soc/fsl/fsl_dsp.c
+++ b/sound/soc/fsl/fsl_dsp.c
@@ -83,8 +83,7 @@ static int check_dsp_is_available(void)
ret = sc_ipc_getMuID(&mu_id);
if (ret) {
- pr_err("sc_ipc_getMuID() can't obtain mu id SCI! %d\n",
- ret);
+ /* We're not running on a iMX8 or iMX8X, so there is no DSP */
return -EINVAL;
}