octeontx2-af: Remove unnecessary devm_kfree
authorSunil Goutham <sgoutham@marvell.com>
Thu, 22 Jul 2021 12:45:51 +0000 (18:15 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Aug 2021 10:47:57 +0000 (12:47 +0200)
commitd92d15c288413661e43542f0c2ac478e9d8e5de6
tree545b2c0faed63a7a8f0e176485b25802cdc35444
parent187463c4a262fb010d6b240c09cedfe780aac580
octeontx2-af: Remove unnecessary devm_kfree

commit d72e91efcae12f2f24ced984d00d60517c677857 upstream.

Remove devm_kfree of memory where VLAN entry to RVU PF mapping
info is saved. This will be freed anyway at driver exit.
Having this could result in warning from devm_kfree() if
the memory is not allocated due to errors in rvu_nix_block_init()
before nix_setup_txvlan().

Fixes: 9a946def264d ("octeontx2-af: Modify nix_vtag_cfg mailbox to support TX VTAG entries")
Signed-off-by: Sunil Goutham <sgoutham@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c