]> git.itanic.dy.fi Git - linux-stable/commit
ice: use bitmap_free instead of devm_kfree
authorMichal Swiatkowski <michal.swiatkowski@linux.intel.com>
Wed, 17 Aug 2022 08:53:20 +0000 (10:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Sep 2022 09:30:05 +0000 (11:30 +0200)
commit3e245b0e21685e4bff4f930f9127313da70b67e6
tree047bea1d33832e92002f5897ab13142f65b5dd39
parent8527c9a6bf8e54fef0a8d3d7d8874a48c725c915
ice: use bitmap_free instead of devm_kfree

[ Upstream commit 59ac325557b6c14f1f793b90d3946bc145ffa085 ]

pf->avail_txqs was allocated using bitmap_zalloc, bitmap_free should be
used to free this memory.

Fixes: 78b5713ac1241 ("ice: Alloc queue management bitmaps and arrays dynamically")
Signed-off-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/ethernet/intel/ice/ice_main.c