mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 23:26:03 -04: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>