mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-04 19:44:00 +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>