git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb3394
)
[SPARC]: change if() BUG(); to BUG_ON in iommu.c
author
Eric Sesterhenn
<snakebyte@gmx.de>
Tue, 17 Jan 2006 23:36:05 +0000
(15:36 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Jan 2006 23:36:05 +0000
(15:36 -0800)
this patch changes if() BUG(); constructs
in iommu.c to BUG_ON(); so it gets save
to define BUG() and BUG_ON() to nullstatements.
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found