public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] media: Use dma_zalloc_coherent to replace dma_alloc_coherent + memset
@ 2018-08-18 15:16 zhong jiang
  2018-08-18 15:16 ` [PATCH 1/2] media: ipu3-cio2: " zhong jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: zhong jiang @ 2018-08-18 15:16 UTC (permalink / raw)
  To: yong.zhi, sakari.ailus, bingbu.cao, mchehab, matthias.bgg
  Cc: tian.shu.qiu, jian.xu.zheng, linux-kernel, linux-media

The issue is detected with the help of Coccinelle.

zhong jiang (2):
  media: ipu3-cio2: Use dma_zalloc_coherent to replace
    dma_alloc_coherent + memset
  media: mtk_vcodec_util: Use dma_zalloc_coherent to replace
    dma_alloc_coherent + memset

 drivers/media/pci/intel/ipu3/ipu3-cio2.c            | 6 ++----
 drivers/media/platform/mtk-vcodec/mtk_vcodec_util.c | 5 +----
 2 files changed, 3 insertions(+), 8 deletions(-)

-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-08-24  3:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-18 15:16 [PATCH 0/2] media: Use dma_zalloc_coherent to replace dma_alloc_coherent + memset zhong jiang
2018-08-18 15:16 ` [PATCH 1/2] media: ipu3-cio2: " zhong jiang
2018-08-24  2:58   ` Bing Bu Cao
2018-08-24  3:36     ` zhong jiang
2018-08-18 15:16 ` [PATCH 2/2] media: mtk_vcodec_util: " zhong jiang
2018-08-23 11:23 ` [PATCH 0/2] media: " zhong jiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox