Skip to content
Commit 8ec1e900 authored by Chuhong Yuan's avatar Chuhong Yuan Committed by David S. Miller
Browse files

gve: replace kfree with kvfree



Variables allocated by kvzalloc should not be freed by kfree.
Because they may be allocated by vmalloc.
So we replace kfree with kvfree here.

Signed-off-by: default avatarChuhong Yuan <hslester96@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bb745231
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