Re: [PATCH] net: korina: cast KSEG0 address to pointer in kfree

From: Jakub Kicinski
Date: Mon Oct 19 2020 - 20:04:33 EST


On Sun, 18 Oct 2020 20:42:55 +0200 Valentin Vidic wrote:
> Fixes gcc warning:
>
> passing argument 1 of 'kfree' makes pointer from integer without a cast
>
> Fixes: 3af5f0f5c74e ("net: korina: fix kfree of rx/tx descriptor array")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Valentin Vidic <vvidic@xxxxxxxxxxxxxxxxxxxxxx>

Applied, thank you!