commit | 5d7d78eaecc5c91c9b2001e544a0ae2788d40d1c | [log] [tgz] |
---|---|---|
author | Fuqian Huang <huangfq.daxian@gmail.com> | Fri Jun 28 01:38:04 2019 +0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 03 14:27:37 2019 -0300 |
tree | 2e4a27e73d66f77811eeb41b212e9ff6a50881f3 | |
parent | 4c44d4634b5c90993fccca9f155347221df6f877 [diff] |
IB/ipoib: Remove memset after vzalloc in ipoib_cm.c vzalloc has already zeroed the memory. So a memset is unneeded. Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com> Reviewed-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>