https://github.com/torvalds/linux
Revision 7e99e9b66336565f0088ea59d848ab187f9689c3 authored by Eric Sesterhenn on 02 April 2006, 11:50:14 UTC, committed by Adrian Bunk on 02 April 2006, 11:50:14 UTC
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>
1 parent 40094fa
History
Tip revision: 7e99e9b66336565f0088ea59d848ab187f9689c3 authored by Eric Sesterhenn on 02 April 2006, 11:50:14 UTC
BUG_ON() Conversion in drivers/s390/net/lcs.c
Tip revision: 7e99e9b

back to top