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
File Mode Size
Makefile -rw-r--r-- 237 bytes
compat.c -rw-r--r-- 17.3 KB
compat_mq.c -rw-r--r-- 4.0 KB
mqueue.c -rw-r--r-- 29.2 KB
msg.c -rw-r--r-- 18.5 KB
msgutil.c -rw-r--r-- 2.4 KB
sem.c -rw-r--r-- 33.0 KB
shm.c -rw-r--r-- 21.3 KB
util.c -rw-r--r-- 16.9 KB
util.h -rw-r--r-- 2.6 KB

back to top