diff options
| author | Oscar Carter <oscar.carter@gmx.com> | 2020-04-20 17:52:46 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-04-23 13:39:51 +0200 |
| commit | bf42304b55f59af5e71c86e46291705023dce62e (patch) | |
| tree | 1731508648fe913fdb2addc986f0fbfa0c66e898 /net/lapb/lapb_iface.c | |
| parent | 9f8c9f4a2e6f23fc6eeecd305bfb40ddc91e0369 (diff) | |
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 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions
