diff options
author | Li Heng <liheng40@huawei.com> | 2020-07-29 17:19:50 +0800 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2020-08-20 23:17:35 -0400 |
commit | 8fee79ed8ea23c241e55fb5f6fd935d330f074f6 (patch) | |
tree | c57ccc26b3e9d1d12056b763fa5e294b0d83ab63 /drivers/scsi/mvsas | |
parent | 33fff97cbdc1246d59f64614e0081e393c484d02 (diff) |
scsi: mptctl: Remove unneeded cast from memory allocation
Remove casting the values returned by memory allocation function.
Coccinelle emits WARNING:
./drivers/message/fusion/mptctl.c:2596:14-31: WARNING: casting value returned by memory allocation function to (SCSIDevicePage0_t *) is useless.
./drivers/message/fusion/mptctl.c:2660:15-32: WARNING: casting value returned by memory allocation function to (SCSIDevicePage3_t *) is useless.
Link: https://lore.kernel.org/r/1596014390-18605-1-git-send-email-liheng40@huawei.com
Signed-off-by: Li Heng <liheng40@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/mvsas')
0 files changed, 0 insertions, 0 deletions