summary refs log tree commit diff stats
path: root/hw/audio/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audio/asc.c')
-rw-r--r--hw/audio/asc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/audio/asc.c b/hw/audio/asc.c
index cc205bf063..cea7a1c053 100644
--- a/hw/audio/asc.c
+++ b/hw/audio/asc.c
@@ -406,7 +406,6 @@ static void asc_fifo_write(void *opaque, hwaddr addr, uint64_t value,
     } else {
         fs->fifo[addr] = value;
     }
-    return;
 }
 
 static const MemoryRegionOps asc_fifo_ops = {