mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
staging: vme_user: Remove unused (commented) code causing unnecessary checkpatch warning
Removed unused/commented code from vme_fake.c which was causing spurious checkpatch warnings. Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com> Link: https://lore.kernel.org/r/20230903150623.571984-1-bergh.jonathan@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b33a296d83
commit
dbe2fdafcc
@@ -1007,9 +1007,6 @@ static void fake_free_consistent(struct device *parent, size_t size,
|
||||
void *vaddr, dma_addr_t dma)
|
||||
{
|
||||
kfree(vaddr);
|
||||
/*
|
||||
dma_free_coherent(parent, size, vaddr, dma);
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user