diff for duplicates of <54C52065.8030600@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index c92c2cf..159095d 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -23,7 +23,7 @@ On 01/25/2015 06:38 PM, Yoshihiro Kaneko wrote: > ret = sci_br_interrupt(irq, ptr); > > + /* Overrun Interrupt */ -> + if (port->type = PORT_SCIF || port->type = PORT_HSCIF) { +> + if (port->type == PORT_SCIF || port->type == PORT_HSCIF) { > + if ((slr_status & 0x01)) No need for double parens. diff --git a/a/content_digest b/N1/content_digest index 35f6268..d5d2e76 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01422200281-22518-1-git-send-email-ykaneko0929@gmail.com\0" "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [PATCH] serial: sh-sci: Fix R-Car SCIF and HSCIF overrun handling\0" - "Date\0Sun, 25 Jan 2015 16:57:09 +0000\0" + "Date\0Sun, 25 Jan 2015 19:57:09 +0300\0" "To\0Yoshihiro Kaneko <ykaneko0929@gmail.com>" " linux-serial@vger.kernel.org\0" "Cc\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" @@ -35,11 +35,11 @@ "> \t\tret = sci_br_interrupt(irq, ptr);\n" ">\n" "> +\t/* Overrun Interrupt */\n" - "> +\tif (port->type = PORT_SCIF || port->type = PORT_HSCIF) {\n" + "> +\tif (port->type == PORT_SCIF || port->type == PORT_HSCIF) {\n" "> +\t\tif ((slr_status & 0x01))\n" "\n" " No need for double parens.\n" "\n" WBR, Sergei -7ef322a8c18723a6b4885465d3f84dfec25f0899916e08dca035b65120c423e7 +413a2fc52bd64bbd955ec36a834cb2ccf029f38db9c8ec56f837cdbef7b09499
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.