diff for duplicates of <20180420090910.GA26071@mwanda> diff --git a/a/1.txt b/N1/1.txt index 36ca0cc..c24583b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ index c0789f81a1c5..887409c3938d 100644 int ret; u8 index = 0, val; -- if (id = COMP) +- if (id == COMP) - return 0; - while (curr_voltage < tps_comp.uV_max) { @@ -46,7 +46,7 @@ index c0789f81a1c5..887409c3938d 100644 int ret; u8 val; -- if (id = COMP) +- if (id == COMP) - return 0; - ret = tps65910->read(tps65910, tps_comp.reg, 1, &val); diff --git a/a/content_digest b/N1/content_digest index 344656f..19376cf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180420083909.66a6t63s5q6vpwp7@dell\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH v2] mfd: tps65911-comparator: Fix an off by one bug\0" - "Date\0Fri, 20 Apr 2018 09:09:10 +0000\0" + "Date\0Fri, 20 Apr 2018 12:09:10 +0300\0" "To\0Lee Jones <lee.jones@linaro.org>\0" "Cc\0linux-kernel@vger.kernel.org" " kernel-janitors@vger.kernel.org\0" @@ -40,7 +40,7 @@ " \tint ret;\n" " \tu8 index = 0, val;\n" " \n" - "-\tif (id = COMP)\n" + "-\tif (id == COMP)\n" "-\t\treturn 0;\n" "-\n" " \twhile (curr_voltage < tps_comp.uV_max) {\n" @@ -55,11 +55,11 @@ " \tint ret;\n" " \tu8 val;\n" " \n" - "-\tif (id = COMP)\n" + "-\tif (id == COMP)\n" "-\t\treturn 0;\n" "-\n" " \tret = tps65910->read(tps65910, tps_comp.reg, 1, &val);\n" " \tif (ret < 0)\n" " \t\treturn ret;" -9f60c7470afdbdeeb5b8e7f620bc948578d08277239cd2307402199dd8a36cd7 +2e65329f0c0291e55967849b01488a9eda490654ef968a935109365f780a145b
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.