Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Intel: sst: Remove redundant semicolons

Remove unnecessary semicolons.

Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
Link: https://patch.msgid.link/20250813093903.551388-1-liaoyuanhong@vivo.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Liao Yuanhong and committed by
Mark Brown
0e62438e bab4ab48

+1 -1
+1 -1
sound/soc/intel/atom/sst/sst.c
··· 64 64 header.p.header_high.part.done = 0; 65 65 sst_shim_write64(drv->shim, drv->ipc_reg.ipcx, header.full); 66 66 67 - /* write 1 to clear status register */; 67 + /* write 1 to clear status register */ 68 68 isr.part.done_interrupt = 1; 69 69 sst_shim_write64(drv->shim, SST_ISRX, isr.full); 70 70 spin_unlock(&drv->ipc_spin_lock);