diff for duplicates of <5512A2A5.7040406@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index 3f60544..790fbed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,10 +23,10 @@ On 3/25/2015 10:00 AM, Nobuhiro Iwamatsu wrote: > @@ -1005,7 +1017,10 @@ static irqreturn_t sci_mpxed_interrupt(int irq, void *ptr) > ssr_status = serial_port_in(port, SCxSR); > scr_status = serial_port_in(port, SCSCR); -> if (port->type = PORT_SCIF || port->type = PORT_HSCIF) +> if (port->type == PORT_SCIF || port->type == PORT_HSCIF) > - slr_status = serial_port_in(port, SCLSR); > + orer_status = serial_port_in(port, SCLSR); -> + else if (port->type = PORT_SCIFA || port->type = PORT_SCIFB) +> + else if (port->type == PORT_SCIFA || port->type == PORT_SCIFB) > + orer_status = ssr_status; > + diff --git a/a/content_digest b/N1/content_digest index 76313c3..e6a9533 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01427266818-10985-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [PATCH] serial: sh-sci: Add overrun handling of SCIFA and SCIFB\0" - "Date\0Wed, 25 Mar 2015 11:57:25 +0000\0" + "Date\0Wed, 25 Mar 2015 14:57:25 +0300\0" "To\0Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>" " gregkh@linuxfoundation.org\0" "Cc\0linux-serial@vger.kernel.org" @@ -33,10 +33,10 @@ "> @@ -1005,7 +1017,10 @@ static irqreturn_t sci_mpxed_interrupt(int irq, void *ptr)\n" "> \tssr_status = serial_port_in(port, SCxSR);\n" "> \tscr_status = serial_port_in(port, SCSCR);\n" - "> \tif (port->type = PORT_SCIF || port->type = PORT_HSCIF)\n" + "> \tif (port->type == PORT_SCIF || port->type == PORT_HSCIF)\n" "> -\t\tslr_status = serial_port_in(port, SCLSR);\n" "> +\t\torer_status = serial_port_in(port, SCLSR);\n" - "> +\telse if (port->type = PORT_SCIFA || port->type = PORT_SCIFB)\n" + "> +\telse if (port->type == PORT_SCIFA || port->type == PORT_SCIFB)\n" "> +\t\torer_status = ssr_status;\n" "> +\n" "\n" @@ -46,4 +46,4 @@ "\n" WBR, Sergei -b0f2adc32a99f47181f121b8fd71effbe08efaf4bdc359362b91e0937d5cf6bb +b641c2f9333a2ac64a0feb59a19efd7b2ecc37bd11fd250824d25f0ade9f99d8
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.