diff options
author | 2022-08-17 10:53:20 +0200 | |
---|---|---|
committer | 2022-09-02 08:25:15 -0700 | |
commit | 59ac325557b6c14f1f793b90d3946bc145ffa085 (patch) | |
tree | a4c24ba5fd2ddd25c4da317ebd04b8050143adb6 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | ice: Fix DMA mappings leak (diff) | |
download | wireguard-linux-59ac325557b6c14f1f793b90d3946bc145ffa085.tar.xz wireguard-linux-59ac325557b6c14f1f793b90d3946bc145ffa085.zip |
ice: use bitmap_free instead of devm_kfree
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>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions