BUG_ON() Conversion in drivers/parisc/
authorEric Sesterhenn <snakebyte@gmx.de>
Fri, 24 Mar 2006 17:52:10 +0000 (18:52 +0100)
committerAdrian Bunk <bunk@stusta.de>
Fri, 24 Mar 2006 17:52:10 +0000 (18:52 +0100)
commitb74945547f0679003ede4d1afcd0aa169059a436
treef8a50059f602970f3e0d955d0e3c7d150d9056ac
parent089fe1b23da5468bbf02b721472f71f349837a7d
BUG_ON() Conversion in drivers/parisc/

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>
drivers/parisc/sba_iommu.c
drivers/parisc/superio.c