Skip to content
Snippets Groups Projects
user avatar
Luis Chamberlain authored
dma_zalloc_coherent() is no longer needed as it has no users because
dma_alloc_coherent() already zeroes out memory for us.

The Coccinelle grammar rule that used to check for dma_alloc_coherent()
+ memset() is modified so that it just tells the user that the memset is
not needed anymore.

Suggested-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarLuis Chamberlain <mcgrof@kernel.org>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
dfd32cad
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
api
free
iterators
locks
misc
null
tests