mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-09 10:43:21 +00:00
this changes if() BUG(); constructs to BUG_ON() which is cleaner, contains unlikely() and can better optimized away. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>