X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=utils.h;fp=utils.h;h=301a0753f086baa97834f8fc57d70c96c67069aa;hp=7973b6fb3e3920b3598e02b94c9cf836ca2b391e;hb=8b468ec5022834d04b6be1cf45b4fe4f092c692e;hpb=92d2aea918f650f309f753349457028032d53280 diff --git a/utils.h b/utils.h index 7973b6f..301a075 100644 --- a/utils.h +++ b/utils.h @@ -99,7 +99,7 @@ static inline int fls(int x) r -= 2; } if (!(x & 0x80000000u)) { - x <<= 1; + //x <<= 1; r -= 1; } return r;