Skip to content
Commit 7f89cc07 authored by Denis Efremov's avatar Denis Efremov Committed by David S. Miller
Browse files

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: default avatarDenis Efremov <efremov@linux.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6da95b52
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment