https://github.com/torvalds/linux
Revision f6298aab2ebaa61de39931595f125bc1968905cc authored by Eric Sesterhenn on 02 April 2006, 11:37:19 UTC, committed by Adrian Bunk on 02 April 2006, 11:37:19 UTC
this changes if() BUG(); constructs to BUG_ON() which is
cleaner and can better optimized away

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
1 parent 8abf6a4
History
Tip revision: f6298aab2ebaa61de39931595f125bc1968905cc authored by Eric Sesterhenn on 02 April 2006, 11:37:19 UTC
BUG_ON() Conversion in fs/fcntl.c
Tip revision: f6298aa
File Mode Size
Makefile -rw-r--r-- 101 bytes
decode_rs.c -rw-r--r-- 6.8 KB
encode_rs.c -rw-r--r-- 1.3 KB
reed_solomon.c -rw-r--r-- 9.5 KB

back to top