mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02: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:
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);
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user