Skip to content
Commit b5c7e7ec authored by Yury Norov's avatar Yury Norov
Browse files

all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate



find_first{,_zero}_bit is a more effective analogue of 'next' version if
start == 0. This patch replaces 'next' with 'first' where things look
trivial.

Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
Tested-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent 93ba139b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment