include: sbi_bitops: Remove dead shift assignment in ffs/fls
authorTobias Klauser <tklauser@distanz.ch>
Tue, 7 Jul 2020 09:56:55 +0000 (11:56 +0200)
committerAnup Patel <anup@brainfault.org>
Tue, 14 Jul 2020 11:33:30 +0000 (17:03 +0530)
commitec1abf665737af032b8d58f8a5373bcaddedd902
treee0b1e273a9138a36a4096e66e37c0a3f730d8f39
parenta5f9104330353491fc6c0fdb42262543d39518d9
include: sbi_bitops: Remove dead shift assignment in ffs/fls

The value assigned to x by the shift assignment in the last if block of
ffs/fls is never read. Remove it.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
include/sbi/sbi_bitops.h