commit | 5f2ab0c1c896764ef3b2d01d9e40d138c2bfd791 | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Fri Jun 28 01:35:16 2019 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Jun 29 09:42:51 2019 -0600 |
tree | 05523834764c786dd51ecd700c7f91fcb7c0d854 | |
parent | b71e8c13fa57811b64939ba7eb603775fb13c2eb [diff] |
block: skd_main.c: Remove call to memset after dma_alloc_coherent In commit af7ddd8a627c ("Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping"), dma_alloc_coherent has already zeroed the memory. So memset is not needed. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>