summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_flex_pipe.c
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2021-11-17 22:21:19 +0100
committerTony Nguyen <anthony.l.nguyen@intel.com>2022-01-06 10:15:25 -0800
commita5c259b162844f3ceaf3d082344bf6938728aca9 (patch)
tree3ab2121e217f7f45193be0d3cc7f7a898fa700f6 /drivers/net/ethernet/intel/ice/ice_flex_pipe.c
parentc1e5da5dd4659753407534e323c0579aa79c3bd1 (diff)
downloadlinux-a5c259b162844f3ceaf3d082344bf6938728aca9.tar.gz
linux-a5c259b162844f3ceaf3d082344bf6938728aca9.tar.bz2
linux-a5c259b162844f3ceaf3d082344bf6938728aca9.zip
ice: Slightly simply ice_find_free_recp_res_idx
The 'possible_idx' bitmap is set just after it is zeroed, so we can save the first step. The 'free_idx' bitmap is used only at the end of the function as the result of a bitmap xor operation. So there is no need to explicitly zero it before. So, slightly simply the code and remove 2 useless 'bitmap_zero()' call Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Tested-by: Sandeep Penigalapati <sandeep.penigalapati@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_flex_pipe.c')
0 files changed, 0 insertions, 0 deletions