diff options
author | Raj Rajasekaran <b10872@freescale.com> | 2009-09-08 14:18:12 -0500 |
---|---|---|
committer | Raj Rajasekaran <b10872@freescale.com> | 2009-09-08 14:20:14 -0500 |
commit | f18db0512b9860edb401c279262112ab5702c082 (patch) | |
tree | 541f19a38c81f2fbf19f01246538b2c97c9b29c6 /drivers | |
parent | 61759c313bc1115603d3e57e252587b7fc61ab11 (diff) |
ENGR00116237: DryIce: Remove debug statement in interrupt service routine.
Removed unwanted debug statement in DryIce interrupt routine.
Signed-off-by: Raj Rajasekaran <b10872@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mxc/security/dryice.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mxc/security/dryice.c b/drivers/mxc/security/dryice.c index 0f175cd60afc..f7cefb6ae599 100644 --- a/drivers/mxc/security/dryice.c +++ b/drivers/mxc/security/dryice.c @@ -522,8 +522,8 @@ OS_DEV_ISR(dryice_norm_irq) todo_run(); } } - } else - di_warn("unexpected interrupt\n"); + } + os_dev_isr_return(1); } |