BUG_ON cleanup in drivers/net/tokenring/
authorEric Sesterhenn <snakebyte@gmx.de>
Tue, 3 Oct 2006 21:34:11 +0000 (23:34 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:34:11 +0000 (23:34 +0200)
commit644c12d7f695c0a30662ac781b0f06f79d7f9bab
tree345d3ab49fa9f9e553b9f160fcaddd806274b38a
parent52e5f9d1cf0b10b24317037dcd1c9be38ca7011c
BUG_ON cleanup in drivers/net/tokenring/

This patch converts one if() BUG(); to BUG_ON();
so it can be safely optimized away.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/tokenring/tmspci.c