diff options
author | 2025-03-24 17:11:11 +0100 | |
---|---|---|
committer | 2025-04-04 16:02:59 +0200 | |
commit | b24e88b42d68d388f97ca71e11e50cb3e78406ec (patch) | |
tree | 8771fb36b8970c657ba852456ee3d29b39ff0583 /scripts/lib/kdoc/kdoc_files.py | |
parent | firmware: turris-mox-rwtm: fix building without CONFIG_KEYS (diff) | |
download | linux-rng-b24e88b42d68d388f97ca71e11e50cb3e78406ec.tar.xz linux-rng-b24e88b42d68d388f97ca71e11e50cb3e78406ec.zip |
platform: cznic: use ffs() instead of __bf_shf()
__bf_shf() on a 64-bit variable causes a link failure during
compile-testing:
drivers-platform-cznic-turris-omnia-mcu-gpio.c:(.text):undefined-reference-to-__ffsdi2
Open-code this using ffs()-1, which has the same result but avoids
the library call.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions