diff options
author | Wang Hai <[email protected]> | 2020-07-18 20:32:24 +0800 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-07-24 22:09:57 -0400 |
commit | 003015b890e1629a703af95823d16346798f835c (patch) | |
tree | b34484fbfaa99b3281eefbf85a6c0ebe3bd3a68f /tools/perf/scripts/python | |
parent | 811f39479c0c2d4da959b8d915f2f699d70ab143 (diff) |
scsi: dpt_i2o: Remove superfluous memset()
Fixes coccicheck warning:
./drivers/scsi/dpt_i2o.c:3070:11-29: WARNING:
dma_alloc_coherent use in sys_tbl already zeroes out memory, so memset is not needed
./drivers/scsi/dpt_i2o.c:2780:10-28: WARNING:
dma_alloc_coherent use in status already zeroes out memory, so memset is not needed
./drivers/scsi/dpt_i2o.c:2834:20-38: WARNING:
dma_alloc_coherent use in pHba -> reply_pool already zeroes out memory, so memset is not needed
./drivers/scsi/dpt_i2o.c:1328:10-28: WARNING:
dma_alloc_coherent use in status already zeroes out memory, so memset is not needed
Link: https://lore.kernel.org/r/[email protected]
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Wang Hai <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions