commit | 99cee0cd7560fc4e7f3646ee18d90e328bd1cb32 | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Sat Apr 01 01:18:38 2006 +0200 |
committer | Adrian Bunk <bunk@stusta.de> | Sat Apr 01 01:18:38 2006 +0200 |
tree | 6c36d8c3b7071b2fad88e4127ef02ac8d374b0db | |
parent | 5df0d312413d920628f149421d7b0a3994684620 [diff] |
BUG_ON() Conversion in fs/sysfs/ 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>