| Submitter | Magnus Damm |
|---|---|
| Date | 2009-11-05 14:34:57 |
| Message ID | <20091105143457.9902.39456.sendpatchset@rxone.opensource.se> |
| Download | mbox | patch |
| Permalink | /patch/57892/ |
| State | Accepted |
| Headers | show |
Comments
Patch
--- 0001/drivers/serial/sh-sci.c +++ work/drivers/serial/sh-sci.c 2009-11-05 22:27:47.000000000 +0900 @@ -1143,7 +1143,7 @@ static void serial_console_write(struct while ((sci_in(port, SCxSR) & bits) != bits) cpu_relax(); - if (sci_port->disable); + if (sci_port->disable) sci_port->disable(port); }