avf: fix bit calculation function fls_u32 34/38134/2
authorTing Xu <ting.xu@intel.com>
Mon, 6 Feb 2023 03:01:10 +0000 (03:01 +0000)
committerDamjan Marion <dmarion@0xa5.net>
Wed, 8 Feb 2023 10:08:16 +0000 (10:08 +0000)
commitdc95634a237419433b8189bf41b3968640b1f97e
treedceb7134baea55f1ec8052518493fdf4f401709a
parent3b28fd730625a475a4093bec3e2ed9b1b6932131
avf: fix bit calculation function fls_u32

In avf the function fls_u32 is used to calculate the power of 2.
Fix the expression of this function.

Type: fix

Signed-off-by: Ting Xu <ting.xu@intel.com>
Change-Id: I27160de8588a5efb3f24306597a5a240deb3ab74
src/plugins/avf/avf_fdir_lib.c