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
keys
selinux
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 599 bytes
capability.c -rw-r--r-- 2.8 KB
commoncap.c -rw-r--r-- 9.5 KB
dummy.c -rw-r--r-- 23.8 KB
inode.c -rw-r--r-- 9.3 KB
root_plug.c -rw-r--r-- 3.9 KB
seclvl.c -rw-r--r-- 17.1 KB
security.c -rw-r--r-- 5.5 KB

back to top