diff for duplicates of <20160509075458.GA8945@aaronlu.sh.intel.com> diff --git a/a/1.txt b/N1/1.txt index e170254..ff0f086 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -214,7 +214,7 @@ index 000000000000..13d431cbd29e + */ + for (i = 2; i < d->br->count; i++) { + if (level < levels[i]) { -+ if (i == 2) ++ if (i = 2) + break; + if ((level - levels[i - 1]) < (levels[i] - level)) + i--; @@ -237,10 +237,10 @@ index 000000000000..13d431cbd29e + int i; + + for (i = 0; i < nr; i++) { -+ if (array[i] == value) ++ if (array[i] = value) + break; + } -+ return i == nr ? -ENOENT : i; ++ return i = nr ? -ENOENT : i; +} + +static void int3406_thermal_get_limit(struct int3406_thermal_data *d) @@ -272,7 +272,7 @@ index 000000000000..13d431cbd29e + +static void int3406_notify(acpi_handle handle, u32 event, void *data) +{ -+ if (event == INT3406_BRIGHTNESS_LIMITS_CHANGED) ++ if (event = INT3406_BRIGHTNESS_LIMITS_CHANGED) + int3406_thermal_get_limit(data); +} + diff --git a/a/content_digest b/N1/content_digest index 2c27bf1..1e9a1ce 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\01462780064.10198.3.camel@rzhang1-mobl4\0" "From\0Aaron Lu <aaron.lu@intel.com>\0" "Subject\0[PATCH v3 update 4/4] Thermal: add INT3406 thermal driver\0" - "Date\0Mon, 9 May 2016 15:54:58 +0800\0" + "Date\0Mon, 09 May 2016 07:54:58 +0000\0" "To\0Zhang" " Rui <rui.zhang@intel.com>\0" "Cc\0jingoohan1@gmail.com <jingoohan1@gmail.com>" @@ -231,7 +231,7 @@ "+\t */\n" "+\tfor (i = 2; i < d->br->count; i++) {\n" "+\t\tif (level < levels[i]) {\n" - "+\t\t\tif (i == 2)\n" + "+\t\t\tif (i = 2)\n" "+\t\t\t\tbreak;\n" "+\t\t\tif ((level - levels[i - 1]) < (levels[i] - level))\n" "+\t\t\t\ti--;\n" @@ -254,10 +254,10 @@ "+\tint i;\n" "+\n" "+\tfor (i = 0; i < nr; i++) {\n" - "+\t\tif (array[i] == value)\n" + "+\t\tif (array[i] = value)\n" "+\t\t\tbreak;\n" "+\t}\n" - "+\treturn i == nr ? -ENOENT : i;\n" + "+\treturn i = nr ? -ENOENT : i;\n" "+}\n" "+\n" "+static void int3406_thermal_get_limit(struct int3406_thermal_data *d)\n" @@ -289,7 +289,7 @@ "+\n" "+static void int3406_notify(acpi_handle handle, u32 event, void *data)\n" "+{\n" - "+\tif (event == INT3406_BRIGHTNESS_LIMITS_CHANGED)\n" + "+\tif (event = INT3406_BRIGHTNESS_LIMITS_CHANGED)\n" "+\t\tint3406_thermal_get_limit(data);\n" "+}\n" "+\n" @@ -373,4 +373,4 @@ "-- \n" 2.5.5 -fda49e9f654fb3efb1eb32dab3b64540ca347c2f74382dd183af498e789d255b +d6daa18faa5f24d61479f67c9a7404d1e386290d4361abd2d32961d80d9589dc
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.