Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp610788pxb; Mon, 25 Oct 2021 14:56:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyQQchJLOThEUvVkYKl1v0Q+78i9Rc1GrHdsKWBvKW0uQberr/w2TMnwPrupPlSUBw6QUJZ X-Received: by 2002:a63:a01a:: with SMTP id r26mr15566939pge.88.1635199013596; Mon, 25 Oct 2021 14:56:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635199013; cv=none; d=google.com; s=arc-20160816; b=OcTJF6vPAVKqU83xYSqezoI6jbLHKR/yFOtYnOlMdGT+RPV9A2CYwZEn6yEZ3tNoMG 77J8Eh5XQNY4fLAZ+uFup+xp58OkuMaVv8c6Nnke5EF6x2+hwPelnh1xH5iTLTVSxd+a TIIOwhvSmKfJpN3WFVh4iLvCbaIOd3W2RvXF9FJgE7DPLS4S2sr+D0MlCOVAG2IjbI2q MB1QQ5ur+Qs5t5WKZfOzznH4uPFOcia9iR9/8s6ff1BjztkVEj1xkDxTf5oz9jee5fGp VHMIPxqRy5s8V1jx9MngL0QSnUHgvPXXjxQCnNKu2odhwSAyuEk++oYGZ8o+pAx4gwJO zZXQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=qUgiS2dIMvs/mobOg03cC1VAOpUJitxpfmIoRpHUlb4=; b=YCCFWYg7+jkx2bJioWuti99fGd+hhrCwVFhstxOK6fgqIc3Fz8REQ05fRDIUoMjwej oAlWV7pYgFYzit82Pogam7rbir0Qus/HHFTdrNx5mXmyeivZGHL0OELg/DrvqqxKoZmI H9vDNxBTwTErOJILlx7czld+e93f/uGiT/IbLlZaNhtjTzmnot85yJ3e1QDHlyj+xPEz kY+uBROl2pC4QvBnFW8kJKL5brmuMdPCX5nCBjs87GPF+mNhmLtKwyDSSWdbAYAUmq6f k5mC5fT21XYhn3bPwhsNi8fVc/FYGJpc6sQ6SiIaDxCFqcB0EYWHcFFHwW1V5q0IAhco +Wkg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Cd2okzJ8; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z24si2811788pgl.50.2021.10.25.14.56.39; Mon, 25 Oct 2021 14:56:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Cd2okzJ8; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234488AbhJYTTp (ORCPT + 99 others); Mon, 25 Oct 2021 15:19:45 -0400 Received: from mail.kernel.org ([198.145.29.99]:36450 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234223AbhJYTTE (ORCPT ); Mon, 25 Oct 2021 15:19:04 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E4F20600D3; Mon, 25 Oct 2021 19:16:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635189401; bh=vckJ+27QpxEAGzTzJ96GNZUN5D4JFQ/i+rJ7uthyoX8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Cd2okzJ8rMpuu3/hgedU6KNSwvsTsqmO07+0jmqeYFgYweCoSkJc6D2i0hAQKGIof M4LIyEztLwEZMKFjbbHPgK7uk68vg9TzaRPQ9+eJdC8JBjP+2gL2B3/aDLLuY7nHw6 39Ykkfo+SoQgOkmGpxILY4sZ7DQJftjFapdoDowo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Prashant Malani , Benson Leung , Mika Westerberg , Hans de Goede , Sasha Levin Subject: [PATCH 4.4 39/44] platform/x86: intel_scu_ipc: Update timeout value in comment Date: Mon, 25 Oct 2021 21:14:20 +0200 Message-Id: <20211025190936.533555927@linuxfoundation.org> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211025190928.054676643@linuxfoundation.org> References: <20211025190928.054676643@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Prashant Malani [ Upstream commit a0c5814b9933f25ecb6de169483c5b88cf632bca ] The comment decribing the IPC timeout hadn't been updated when the actual timeout was changed from 3 to 5 seconds in commit a7d53dbbc70a ("platform/x86: intel_scu_ipc: Increase virtual timeout from 3 to 5 seconds") . Since the value is anyway updated to 10s now, take this opportunity to update the value in the comment too. Signed-off-by: Prashant Malani Cc: Benson Leung Reviewed-by: Mika Westerberg Link: https://lore.kernel.org/r/20210928101932.2543937-4-pmalani@chromium.org Signed-off-by: Hans de Goede Signed-off-by: Sasha Levin --- drivers/platform/x86/intel_scu_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/intel_scu_ipc.c b/drivers/platform/x86/intel_scu_ipc.c index f94b730540e2..04cabcbd8aaa 100644 --- a/drivers/platform/x86/intel_scu_ipc.c +++ b/drivers/platform/x86/intel_scu_ipc.c @@ -188,7 +188,7 @@ static inline int busy_loop(struct intel_scu_ipc_dev *scu) return 0; } -/* Wait till ipc ioc interrupt is received or timeout in 3 HZ */ +/* Wait till ipc ioc interrupt is received or timeout in 10 HZ */ static inline int ipc_wait_for_interrupt(struct intel_scu_ipc_dev *scu) { int status; -- 2.33.0