Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information