On Fri, Sep 05, 2025 at 11:02:14AM +0300, Dan Carpenter wrote: > The "hostcmd" is freed using cleanup.h, so calling kfree() will lead to > a double free. Delete the kfree(). > > Fixes: 7b6f16a25806 ("wifi: mwifiex: add rgpower table loading support") > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Reviewed-by: Francesco Dolcini <francesco.dolcini@xxxxxxxxxxx> Francesco