Skip to content

Commit 4ddac46

Browse files
committed
ALSA: memalloc: Remove a stale comment
The comment about the reused vmalloc helpers is no longer valid after the recent change for the noncontig allocator. Drop the stale comment. Fixes: ad4f93c ("ALSA: memalloc: Use proper SG helpers for noncontig allocations") Link: https://lore.kernel.org/r/20211110063100.21359-1-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent d159037 commit 4ddac46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/core/memalloc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ static const struct snd_malloc_ops snd_dma_noncontig_ops = {
615615
.free = snd_dma_noncontig_free,
616616
.mmap = snd_dma_noncontig_mmap,
617617
.sync = snd_dma_noncontig_sync,
618-
/* re-use vmalloc helpers for get_* ops */
619618
.get_addr = snd_dma_noncontig_get_addr,
620619
.get_page = snd_dma_noncontig_get_page,
621620
.get_chunk_size = snd_dma_noncontig_get_chunk_size,

0 commit comments

Comments
 (0)