diff options
author | Denis Efremov <efremov@linux.com> | 2020-06-05 22:11:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-05 13:22:49 -0700 |
commit | 7f89cc07d22a4152f3c649a89aa8fe240effd24a (patch) | |
tree | 3ece95775e4247f99c775754a07d51209e7cab6f /CREDITS | |
parent | 6da95b52b8ea4944ed1e596ee6db176ee83ddbeb (diff) | |
download | linux-7f89cc07d22a4152f3c649a89aa8fe240effd24a.tar.gz linux-7f89cc07d22a4152f3c649a89aa8fe240effd24a.tar.bz2 linux-7f89cc07d22a4152f3c649a89aa8fe240effd24a.zip |
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>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions