summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-rt/fix-typo-in-intel-sst.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/linux-libre-rt/fix-typo-in-intel-sst.patch')
-rw-r--r--kernels/linux-libre-rt/fix-typo-in-intel-sst.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/kernels/linux-libre-rt/fix-typo-in-intel-sst.patch b/kernels/linux-libre-rt/fix-typo-in-intel-sst.patch
new file mode 100644
index 000000000..894a0b963
--- /dev/null
+++ b/kernels/linux-libre-rt/fix-typo-in-intel-sst.patch
@@ -0,0 +1,13 @@
+--- linux-4.0/sound/soc/intel/sst/sst.c~ 2015-04-12 15:12:50.000000000 -0700
++++ linux-4.0/sound/soc/intel/sst/sst.c 2015-05-23 21:51:46.000000000 -0700
+@@ -368,8 +368,8 @@
+ * initialize by FW or driver when firmware is loaded
+ */
+ spin_lock_irqsave(&ctx->ipc_spin_lock, irq_flags);
+- sst_shim_write64(shim, SST_IMRX, shim_regs->imrx),
+- sst_shim_write64(shim, SST_CSR, shim_regs->csr),
++ sst_shim_write64(shim, SST_IMRX, shim_regs->imrx);
++ sst_shim_write64(shim, SST_CSR, shim_regs->csr);
+ spin_unlock_irqrestore(&ctx->ipc_spin_lock, irq_flags);
+ }
+