Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311013
b: refs/heads/master
c: 00d6bfa
h: refs/heads/master
i:
  311011: f6e3e32
v: v3
  • Loading branch information
Tony Lindgren committed Jun 6, 2012
1 parent b56f054 commit 11fd0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f968cabcb1cd0c253fa25850970e5376f9eef065
refs/heads/master: 00d6bfaf20e723e3f4c9aa6bc0fb6636785a0701
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/omap_l3_smx.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,11 @@ static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3,
u8 multi = error & L3_ERROR_LOG_MULTI;
u32 address = omap3_l3_decode_addr(error_addr);

WARN(true, "%s seen by %s %s at address %x\n",
pr_err("%s seen by %s %s at address %x\n",
omap3_l3_code_string(code),
omap3_l3_initiator_string(initid),
multi ? "Multiple Errors" : "", address);
WARN_ON(1);

return IRQ_HANDLED;
}
Expand Down

0 comments on commit 11fd0df

Please sign in to comment.