projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5232c0
)
ASoC: SOF: Intel: hda-dsp: align the comments for D0I3C update
author
Keyon Jie
<yang.jie@linux.intel.com>
Fri, 25 Oct 2019 22:41:06 +0000
(17:41 -0500)
committer
Mark Brown
<broonie@kernel.org>
Mon, 28 Oct 2019 14:42:45 +0000
(14:42 +0000)
Align the logs for CIP timeout at D0I3C.I3 updating.
Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link:
https://lore.kernel.org/r/20191025224122.7718-11-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-dsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/intel/hda-dsp.c
b/sound/soc/sof/intel/hda-dsp.c
index fa2f1f66c72cd407e6b940b7b386354f9657cde9..74805a06618344c8ffd191dd56007ee72efc127d 100644
(file)
--- a/
sound/soc/sof/intel/hda-dsp.c
+++ b/
sound/soc/sof/intel/hda-dsp.c
@@
-330,7
+330,7
@@
int hda_dsp_set_power_state(struct snd_sof_dev *sdev,
/* Write to D0I3C after Command-In-Progress bit is cleared */
ret = hda_dsp_wait_d0i3c_done(sdev, retry);
if (ret < 0) {
- dev_err(bus->dev, "CIP timeout before
update D0I3C
!\n");
+ dev_err(bus->dev, "CIP timeout before
D0I3C update
!\n");
return ret;
}
@@
-342,7
+342,7
@@
int hda_dsp_set_power_state(struct snd_sof_dev *sdev,
retry = 50;
ret = hda_dsp_wait_d0i3c_done(sdev, retry);
if (ret < 0) {
- dev_err(bus->dev, "CIP timeout after D0I3C update
d
!\n");
+ dev_err(bus->dev, "CIP timeout after D0I3C update!\n");
return ret;
}