diff options
author | 2020-04-20 17:52:46 +0200 | |
---|---|---|
committer | 2020-04-23 13:39:51 +0200 | |
commit | bf42304b55f59af5e71c86e46291705023dce62e (patch) | |
tree | 1731508648fe913fdb2addc986f0fbfa0c66e898 /drivers/iio/light/cm3232.c | |
parent | staging: vt6656: Refactor the vnt_ofdm_min_rate function (diff) | |
download | wireguard-linux-bf42304b55f59af5e71c86e46291705023dce62e.tar.xz wireguard-linux-bf42304b55f59af5e71c86e46291705023dce62e.zip |
staging: vt6656: Use fls instead of for loop in vnt_update_top_rates
Replace the for loops of the vnt_update_top_rates function by the fls
function.
The purpose of the two for loops is to find the most significant bit set
in a range of bits. So, they can be replace by the fls function (find
last set) with a previous mask to define the range.
This way avoid the iteration over unnecessary for loops.
The header "linux/bits.h" can be remove as it is included in the header
"linux/bitops.h".
Signed-off-by: Oscar Carter <oscar.carter@gmx.com>
Link: https://lore.kernel.org/r/20200420155246.4925-1-oscar.carter@gmx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/iio/light/cm3232.c')
0 files changed, 0 insertions, 0 deletions