Commit cb3e72a
Jyri Sarha
ASoC: SOF: ipc4: rate-limit debug slot lookup failure message
sof_ipc4_find_debug_slot_offset_by_type() prints a dev_dbg message
every time a slot type is not found. When debugfs files are polled
while the DSP is suspended, this fires on every access and spams the
kernel log.
Use dev_dbg_ratelimited() to suppress repeated messages.
Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>1 parent 8969765 commit cb3e72a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
722 | | - | |
| 722 | + | |
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
| |||
0 commit comments