From 0ca6eacb9a6d32730bd1e3208c9d2300b4d86d6a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 22 Sep 2010 10:55:11 +0300 Subject: Remove redundant parentheses --- health/mcap_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/mcap_sync.c b/health/mcap_sync.c index 0c0d9dc7b..49661a75a 100644 --- a/health/mcap_sync.c +++ b/health/mcap_sync.c @@ -354,7 +354,7 @@ static gboolean initialize_caps(struct mcap_mcl *mcl) avg = 0; i = 0; retries = MAX_RETRIES; - while ((i < SAMPLE_COUNT) && (retries > 0)) { + while (i < SAMPLE_COUNT && retries > 0) { clock_gettime(CLK, &t1); if (!read_btclock(mcl, &btclock, &btaccuracy)) { retries--; -- cgit v1.2.1