commit | b3b2a9f60fd9e38c45d4728cac78ddf5596f3bb0 | [log] [tgz] |
---|---|---|
author | Bharath Vedartham <linux.bhar@gmail.com> | Wed May 22 21:31:49 2019 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Jun 18 19:46:24 2019 -0400 |
tree | add33bc1cffc8305ac888fc5dc5583f4386a2fa9 | |
parent | de19212c2890d1bb1e2d0e303affba620b86819b [diff] |
scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc Replace kmalloc + memcpy with kmemdup. This was reported by coccinelle. Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>