Eric Sesterhenn d99c590985 BUG_ON conversion for drivers/mmc/omap.c
This patch converts a if () BUG(); construct to BUG_ON();
which occupies less space, uses unlikely and is safer when
BUG() is disabled.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
2006-11-30 05:27:38 +01:00
..
2005-04-16 15:20:36 -07:00
2006-10-04 07:55:15 -07:00
2006-10-04 07:55:15 -07:00
2006-03-29 09:21:00 +01:00
2005-04-16 15:20:36 -07:00
2006-10-24 22:01:11 -07:00