Re: [PATCH] cxgb4: Use kfree() instead kvfree() where appropriate

From: David Miller
Date: Fri Jun 05 2020 - 16:23:20 EST


From: Denis Efremov <efremov@xxxxxxxxx>
Date: Fri, 5 Jun 2020 22:11:44 +0300

> 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@xxxxxxxxx>

Applied.