media: bt8xx: avoid a useless memset
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 27 Jul 2020 13:51:51 +0000 (15:51 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 27 Nov 2020 13:09:34 +0000 (14:09 +0100)
commitc79464f30e18dd02a66333d60c437c1fa98ee28f
tree71aa32dde4e9ce92829e3edf85992f1d64505688
parentb2a004d3d8407a1544acd01e3ae2db5bc60afe4b
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>
drivers/media/pci/bt8xx/btcx-risc.c