mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-07-25 18:12:55 +00:00
This patch converts one if() BUG(); to BUG_ON(); so it can be safely optimized away. Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de> Signed-off-by: Adrian Bunk <bunk@stusta.de>