projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7bbf7f
)
SH: remove superfluous warning from the serial driver
author
Guennadi Liakhovetski
<g.liakhovetski@gmx.de>
Fri, 19 Mar 2010 13:53:36 +0000
(13:53 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 23 Mar 2010 04:33:51 +0000
(13:33 +0900)
This warning has been introduced during the SCI DMA support developmenr and is
not needed any more.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/serial/sh-sci.c
patch
|
blob
|
history
diff --git
a/drivers/serial/sh-sci.c
b/drivers/serial/sh-sci.c
index f7b9aff88f4a28836ef502b59ff37e77c32faf08..309de6be8204bcc9fc880c6c9ae39884f460c8b3 100644
(file)
--- a/
drivers/serial/sh-sci.c
+++ b/
drivers/serial/sh-sci.c
@@
-779,10
+779,6
@@
static irqreturn_t sci_mpxed_interrupt(int irq, void *ptr)
if ((ssr_status & SCxSR_BRK(port)) && err_enabled)
ret = sci_br_interrupt(irq, ptr);
- WARN_ONCE(ret == IRQ_NONE,
- "%s: %d IRQ %d, status %x, control %x\n", __func__,
- irq, port->line, ssr_status, scr_status);
-
return ret;
}