mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>