X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmn10300%2Fmm%2Fmisalignment.c;h=eef989c1d0c10baf8614edbd8f87ea09c4d2cf91;hb=11cc21f5f5575b9abd14d53a6055ccbf72b67573;hp=6dffbf97ac2601d40ceb91a2e4a5116fd1bceeb8;hpb=675c60706cd197219c6e3e6e3f195475d842344e;p=pandora-kernel.git diff --git a/arch/mn10300/mm/misalignment.c b/arch/mn10300/mm/misalignment.c index 6dffbf97ac26..eef989c1d0c1 100644 --- a/arch/mn10300/mm/misalignment.c +++ b/arch/mn10300/mm/misalignment.c @@ -449,8 +449,7 @@ found_opcode: regs->pc, opcode, pop->opcode, pop->params[0], pop->params[1]); tmp = format_tbl[pop->format].opsz; - if (tmp > noc) - BUG(); /* match was less complete than it ought to have been */ + BUG_ON(tmp > noc); /* match was less complete than it ought to have been */ if (tmp < noc) { tmp = noc - tmp;