thesofproject / qemu

Official QEMU mirror. Please see http://wiki.qemu.org/Contribute/SubmitAPatch for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. SOF - Please use sof-stable branch for SOF development.
http://www.qemu.org
Other
4 stars 14 forks source link

cavs: ipc: add missing break #20

Closed xiulipan closed 5 years ago

xiulipan commented 5 years ago

The IPC register will be overwritten by the fallthrough switch case. Add the break to fix the issue.

Signed-off-by: Pan Xiuli xiuli.pan@linux.intel.com

xiulipan commented 5 years ago

Passed test with https://github.com/thesofproject/sof/pull/1844