commit | 4f4e21b8ff3e706f79e1adb2a475c3f5ee6b57f9 | [log] [tgz] |
---|---|---|
author | Xiang Chen <chenxiang66@hisilicon.com> | Sat Mar 24 00:05:11 2018 +0800 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Wed Apr 18 19:32:51 2018 -0400 |
tree | 85447541a56e684f9ec8b36574e44e8e5354b3bb | |
parent | 5df41af4b18720061b1024f93f54b957864cdd44 [diff] |
scsi: hisi_sas: use dma_zalloc_coherent() This is a warning coming from Coccinelle, and need to use new interface dma_zalloc_coherent() instead of dma_alloc_coherent()/memset(). Signed-off-by: Xiang Chen <chenxiang66@hisilicon.com> Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>