Hi, On Wed, Sep 22, 2010, Santiago Carot-Nemesio wrote: > This is only a cosmetic change. Using a while loop > we avoid direct manipulation of counter loop variable > when error happens reading the BT clock. > --- > health/mcap_sync.c | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) Thanks. The patch has been pushed upstream. > + while ((i < 20) && (retries > 0)) { The extra parentheses around the comparisons are unnecessary. I fixed that in a subsequent cleanup commit. Usually we only add these extra parentheses for binary bitwise operations such as & and | for clarity. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html