X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Farm%2Fmach-omap2%2Fomap_l3_smx.c;h=df18e02fcfa8038862858386c05265d64697c6b6;hb=700460ee39e53f5fc8fc57f874db97160dca781d;hp=a05a62f9ee5b2e7bce17e9b89fc4ce6ff0f18d2b;hpb=cfaf8fc5b59527281e9ddc2e0e04e1127936e17f;p=pandora-kernel.git diff --git a/arch/arm/mach-omap2/omap_l3_smx.c b/arch/arm/mach-omap2/omap_l3_smx.c index a05a62f9ee5b..df18e02fcfa8 100644 --- a/arch/arm/mach-omap2/omap_l3_smx.c +++ b/arch/arm/mach-omap2/omap_l3_smx.c @@ -183,7 +183,8 @@ static irqreturn_t omap3_l3_app_irq(int irq, void *_l3) * of such errors and handle the others. timeout error * is severe and not expected to occur. */ - BUG_ON(status & L3_STATUS_0_TIMEOUT_MASK); + WARN(status & L3_STATUS_0_TIMEOUT_MASK, + "L3_APPLICATION_ERROR, status %llx", status); } else { status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); /* No timeout error for debug sources */