diff for duplicates of <20171119153524.0a88acd9@archlinux> diff --git a/a/1.txt b/N1/1.txt index f613334..a3f31cc 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -49,7 +49,7 @@ Jonathan > + if (ret < 0) > + goto unlock; > + -> } while ((ret = regval) && timeout--); +> } while ((ret == regval) && timeout--); > > mutex_unlock(&chip->state_lock); > return len; diff --git a/a/content_digest b/N1/content_digest index aef175e..4d990fb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -65,7 +65,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->state_lock);\n" "> \treturn len;\n" @@ -77,4 +77,4 @@ "> \n" > static ssize_t ad7152_start_offset_calib(struct device *dev, -5c89644b18b0fc6f251c8b0b63a3785b98439d6eb87405f28016352f1cc6d441 +0e7e2385b95f59230a436b0b44a753f6b41ef5febb4d36b82759862f582351fb
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.