diff for duplicates of <20171119153730.3f04b953@archlinux> diff --git a/a/1.txt b/N1/1.txt index ee73ce4..b029948 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -48,7 +48,7 @@ Jonathan > + if (ret < 0) > + goto unlock; > + -> } while ((ret = regval) && timeout--); +> } while ((ret == regval) && timeout--); > > mutex_unlock(&chip->lock); > diff --git a/a/content_digest b/N1/content_digest index 3ffe524..87687ff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -64,7 +64,7 @@ "> +\t\tif (ret < 0)\n" "> +\t\t\tgoto unlock;\n" "> +\n" - "> \t} while ((ret = regval) && timeout--);\n" + "> \t} while ((ret == regval) && timeout--);\n" "> \n" "> \tmutex_unlock(&chip->lock);\n" "> \n" @@ -77,4 +77,4 @@ "> \n" > static ssize_t ad7746_start_offset_calib(struct device *dev, -0747a4bd017049970c7b1187a51b349058be55c2162c1485418561c9635903a1 +8b471e84ec9ef7a0c6a058d223a4c13d75f763f2da61a6792b46452603530b12
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.