commit | c79464f30e18dd02a66333d60c437c1fa98ee28f | [log] [tgz] |
---|---|---|
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | Mon Jul 27 15:51:51 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Fri Nov 27 14:09:34 2020 +0100 |
tree | 71aa32dde4e9ce92829e3edf85992f1d64505688 | |
parent | b2a004d3d8407a1544acd01e3ae2db5bc60afe4b [diff] |
media: bt8xx: avoid a useless memset Avoid a memset after a call to 'dma_alloc_coherent()'. This is useless since commit 518a2f1925c3 ("dma-mapping: zero memory returned from dma_alloc_*") Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>