Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp2287132imm; Thu, 7 Jun 2018 08:13:14 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJ+xO6y5W/TbERwi5unaoIRillU6BLiMWXVQiAsjTQi6hwKQmtGfzuhqYngStRf+TsTWhoi X-Received: by 2002:a63:12:: with SMTP id 18-v6mr1967970pga.121.1528384394493; Thu, 07 Jun 2018 08:13:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528384394; cv=none; d=google.com; s=arc-20160816; b=aKZWEIn4XH9MZbftI+rKn4cl8SXm6KnBApwDioj3cEXArvs7DJv4yU1qDiXia1iufb rHZb8gcIpA2zkWG+gc9Y4Mjp5t1KBHtC3sOL0kDDJak9oS3dET74/+deU0wJWqYbaSzb Ph/rtbzo4bBc8Ez1rvf3N3BbCif9xtFeQoyZOBGokb+aVmNGmu9ma2R3yiQxVQYqcuuO 5GzrZWyqiroOAB677789qBHkSBzcssHrl3ngQtcVVjQYv25sTft1SIzO4irSI9f1K8DO M6mbuVfxWeRQBm0iaRuTBpfGO/bPLFZwjCXQjbMEWYljAj7nk8/qTHH4Hg6fJisMnOcF iANg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:subject:message-id:date:cc:to :from:mime-version:content-transfer-encoding:content-disposition :arc-authentication-results; bh=PVC+S33oO5AG6Ig7ICwP1+DeyTmAlFFnJwHMW35i9Xo=; b=DtQ0IdsobhqLMYQ3LF7KJh47BsJoVCWAzb8oyE3OMvLq2K69rt60V2hpEOak26Q6FU TMWppyJvDKZyBRO+5E5aTiBAGnpjmvTHjtBan60chJ0SR5f41LLSK86SMahGv5tDb80a xhMXyCJgczD2txs/jlK2YSlIjXxIHYyGxaBjgzqSnvwAVq2jStxenWThCESQstEe72bp n6SXPseDQLQqhpyXk7jfhRhowiQK1BVe8o72/LpU0rCAuvr5JDii5OtaUOJWzWvWg474 gxDbErdN/wES0rp6a2C7wnFhqHbt4Wiom5jM4KzU6p7gi+t6J8xTHFrWwz2TQL2xDy/c 6FoA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w1-v6si9910923pgr.489.2018.06.07.08.12.59; Thu, 07 Jun 2018 08:13:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935952AbeFGPLy (ORCPT + 99 others); Thu, 7 Jun 2018 11:11:54 -0400 Received: from shadbolt.e.decadent.org.uk ([88.96.1.126]:41465 "EHLO shadbolt.e.decadent.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935181AbeFGPC5 (ORCPT ); Thu, 7 Jun 2018 11:02:57 -0400 Received: from [148.252.241.226] (helo=deadeye) by shadbolt.decadent.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1fQvbo-0005Zq-VT; Thu, 07 Jun 2018 15:09:49 +0100 Received: from ben by deadeye with local (Exim 4.91) (envelope-from ) id 1fQvb2-0002rr-IX; Thu, 07 Jun 2018 15:09:00 +0100 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 From: Ben Hutchings To: linux-kernel@vger.kernel.org, stable@vger.kernel.org CC: akpm@linux-foundation.org, "Dan Carpenter" , "Mark Brown" Date: Thu, 07 Jun 2018 15:05:21 +0100 Message-ID: X-Mailer: LinuxStableQueue (scripts by bwh) Subject: [PATCH 3.16 131/410] ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read() In-Reply-To: X-SA-Exim-Connect-IP: 148.252.241.226 X-SA-Exim-Mail-From: ben@decadent.org.uk X-SA-Exim-Scanned: No (on shadbolt.decadent.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 3.16.57-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: Dan Carpenter commit 123af9043e93cb6f235207d260d50f832cdb5439 upstream. The loop timeout doesn't work because it's a post op and ends with "tmo" set to -1. I changed it from a post-op to a pre-op and I changed the initial the starting value from 5 to 6 so we still iterate 5 times. I left the other as it was because it's a large number. Fixes: b3c70c9ea62a ("ASoC: Alchemy AC97C/I2SC audio support") Signed-off-by: Dan Carpenter Signed-off-by: Mark Brown Signed-off-by: Ben Hutchings --- sound/soc/au1x/ac97c.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/sound/soc/au1x/ac97c.c +++ b/sound/soc/au1x/ac97c.c @@ -91,8 +91,8 @@ static unsigned short au1xac97c_ac97_rea do { mutex_lock(&ctx->lock); - tmo = 5; - while ((RD(ctx, AC97_STATUS) & STAT_CP) && tmo--) + tmo = 6; + while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) udelay(21); /* wait an ac97 frame time */ if (!tmo) { pr_debug("ac97rd timeout #1\n"); @@ -105,7 +105,7 @@ static unsigned short au1xac97c_ac97_rea * poll, Forrest, poll... */ tmo = 0x10000; - while ((RD(ctx, AC97_STATUS) & STAT_CP) && tmo--) + while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) asm volatile ("nop"); data = RD(ctx, AC97_CMDRESP);