aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/intel/atom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sof/intel/atom.c')
-rw-r--r--sound/soc/sof/intel/atom.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/soc/sof/intel/atom.c b/sound/soc/sof/intel/atom.c
index d8804efede5e..74c630bb9847 100644
--- a/sound/soc/sof/intel/atom.c
+++ b/sound/soc/sof/intel/atom.c
@@ -283,11 +283,8 @@ int atom_run(struct snd_sof_dev *sdev)
break;
msleep(100);
}
- if (tries < 0) {
- dev_err(sdev->dev, "error: unable to run DSP firmware\n");
- atom_dump(sdev, SOF_DBG_DUMP_REGS | SOF_DBG_DUMP_MBOX);
+ if (tries < 0)
return -ENODEV;
- }
/* return init core mask */
return 1;