diff for duplicates of <20160413064431.GF8092@mwanda> diff --git a/a/1.txt b/N1/1.txt index 01fc65e..b204f57 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -12,7 +12,7 @@ index e46d628..325747a 100644 n = hp->ops->get_chars(hp->vtermno, &ch, 1); -- if (n = 0) +- if (n == 0) + if (n <= 0) return NO_POLL_CHAR; diff --git a/a/content_digest b/N1/content_digest index ba3eb6a..851225a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] tty: hvc_console: silence unintialized variable warning\0" - "Date\0Wed, 13 Apr 2016 06:44:31 +0000\0" + "Date\0Wed, 13 Apr 2016 09:44:31 +0300\0" "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>" " Anton Blanchard <anton@samba.org>\0" "Cc\0Jiri Slaby <jslaby@suse.com>" @@ -26,10 +26,10 @@ " \n" " \tn = hp->ops->get_chars(hp->vtermno, &ch, 1);\n" " \n" - "-\tif (n = 0)\n" + "-\tif (n == 0)\n" "+\tif (n <= 0)\n" " \t\treturn NO_POLL_CHAR;\n" " \n" " \treturn ch;" -b325ea9f0cb9b488a2e36ed7d8ff248888b32a738ea4050155166eefa1b143ba +af12ba8535f5eb6ff92c5a034e2a7ba36b59d2367c492f08eb7883f8753fa782
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.