commit | 9cd7d494bd2b1fb53884a797b460b4f1741b82cc | [log] [tgz] |
---|---|---|
author | Alex Dewar <alex.dewar@gmx.co.uk> | Fri Apr 03 17:36:10 2020 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Fri Apr 24 12:48:06 2020 -0400 |
tree | e6c01b83dd911a177fb1f23dbed2fd4c0a348bc1 | |
parent | f8e25f97407c2bcfaf54704938a5e5120e190002 [diff] |
scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset() There are a couple of places where kzalloc() could be used directly instead of calling kmalloc() then memset(). Replace them. Link: https://lore.kernel.org/r/20200403163611.46756-1-alex.dewar@gmx.co.uk Signed-off-by: Alex Dewar <alex.dewar@gmx.co.uk> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>