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, 0 insertions, 13 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
deleted file mode 100644
index 894a0b963..000000000
--- a/kernels/linux-libre-rt/fix-typo-in-intel-sst.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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);
- }
-