diff for duplicates of <20120728123441.GB11202@localhost> diff --git a/a/1.txt b/N1/1.txt index 737020c..eba5450 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ vim +239 drivers/mfd/tps65090.c 236 237 static bool is_volatile_reg(struct device *dev, unsigned int reg) 238 { - > 239 if ((reg = TPS65090_INT_STS) || (reg = TPS65090_INT_STS)) + > 239 if ((reg == TPS65090_INT_STS) || (reg == TPS65090_INT_STS)) 240 return true; 241 else 242 return false; diff --git a/a/content_digest b/N1/content_digest index 3ffb338..4aa8496 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Fengguang Wu <fengguang.wu@intel.com>\0" "Subject\0drivers/mfd/tps65090.c: duplicated TPS65090_INT_STS tests\0" - "Date\0Sat, 28 Jul 2012 12:34:41 +0000\0" + "Date\0Sat, 28 Jul 2012 20:34:41 +0800\0" "To\0Venu Byravarasu <vbyravarasu@nvidia.com>\0" "Cc\0Samuel Ortiz <sameo@linux.intel.com>" Axel Lin <axel.lin@gmail.com> @@ -20,7 +20,7 @@ " 236\t\n" " 237\tstatic bool is_volatile_reg(struct device *dev, unsigned int reg)\n" " 238\t{\n" - " > 239\t\tif ((reg = TPS65090_INT_STS) || (reg = TPS65090_INT_STS))\n" + " > 239\t\tif ((reg == TPS65090_INT_STS) || (reg == TPS65090_INT_STS))\n" " 240\t\t\treturn true;\n" " 241\t\telse\n" " 242\t\t\treturn false;\n" @@ -29,4 +29,4 @@ "0-DAY kernel build testing backend Open Source Technology Centre\n" Fengguang Wu <wfg@linux.intel.com> Intel Corporation -877ce6a3d84a2e86801d277bb97dede050044edd3cea0242d9384c115c14242b +e682a92991779ee6ce5295fa9488bf075d90123a4a022fcd770eb644a65046e7
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.