commit | 7f89cc07d22a4152f3c649a89aa8fe240effd24a | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Fri Jun 05 22:11:44 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 05 13:22:49 2020 -0700 |
tree | 3ece95775e4247f99c775754a07d51209e7cab6f | |
parent | 6da95b52b8ea4944ed1e596ee6db176ee83ddbeb [diff] |
cxgb4: Use kfree() instead kvfree() where appropriate Use kfree(buf) in blocked_fl_read() because the memory is allocated with kzalloc(). Use kfree(t) in blocked_fl_write() because the memory is allocated with kcalloc(). Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: David S. Miller <davem@davemloft.net>