commit | e048a8a688f07b17dbde9a96cab3759b900eae14 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat Apr 01 01:27:08 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Apr 01 01:27:08 2006 +0200 |
tree | 91d3d65d18e70a6831de44b1b65296ba34df9508 | |
parent | 5aae277ed67b0271235d3a50908bb48b0e59be26 [diff] |
BUG_ON() Conversion in drivers/s390/block/dasd_erp.c 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>