Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3706558pxk; Mon, 7 Sep 2020 23:28:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKEndY3aRmfEktZfwtGffJHKFacgr8QJHS7aHCYf00vwAFcAI+YZU+VtzIQCbjqF2tuDlo X-Received: by 2002:a50:fc83:: with SMTP id f3mr26472370edq.102.1599546503192; Mon, 07 Sep 2020 23:28:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599546503; cv=none; d=google.com; s=arc-20160816; b=QkSJGZ6IqAsUf1G7ic8E2hQ4mMXZu0gohkhXYLo23D7pt0qGmyUxAuxBrwXa8oP2Bj 9t5eU0nWX0kr6aGDgBIS1qKKcZ8GjHky5F/NULirl2cl7UBC+J+1aZGoaVlgPBPcq/Oo Ze+oY/HCoRyrMfYNUyWNk1WyAgoNi70q0iKm0Vr1k/F+OpF5N0TPMQjWtgT3dID4fJdD KsYGuOpW0wZoSq9ejjWXvsWVdG+0PriYbzx1PdK8G3LQLI9MxiEyRBALJsR8TgPv2RzK cygYMZzvDOUvNxIAyTbQlwhvEhmHJXN7gTjKQkez+Ttyoc4Qh7YgJHBNIjfGHe/H3L/z gnSw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=4vhzaFSIFjX3nPN6owiF1t4hav/k+dgE3FYT0p5GwHk=; b=vLdNFU5RhTuREEwMg8HJmVFjc/7ROS117Ygv5wcqaDfbUswAgbDT4qgZtdgcTzcQJ+ fMZmnw3BE8b0b3dZGOITz0Pw2WdSTJ2KZdjwkvaFXZ5Dbq9nJp2iZeg304iP448TgZYs BKTBX24JgKQBMdn/WGHcSpf0U3Ptalub4qVP08soN/BbdQxJMPO0kSTFaU2Lp/UPQYux 6V+sOlAc9lOmp2Xy032bsLrj89Lv/Auzi4ZjbcwX7rKSIl2+dcWpcNeuvLgFAX97yJKQ jsLU2jLY7jIBbuRG5wIKHqrI9VLwcY9ihy3jQpQTapNdV9K066qP6va7obBq1EygCviJ NXbA== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y10si2544063eds.17.2020.09.07.23.28.00; Mon, 07 Sep 2020 23:28:23 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729083AbgIHG05 (ORCPT + 99 others); Tue, 8 Sep 2020 02:26:57 -0400 Received: from sauhun.de ([88.99.104.3]:33256 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728917AbgIHG04 (ORCPT ); Tue, 8 Sep 2020 02:26:56 -0400 Received: from localhost (p5486cc72.dip0.t-ipconnect.de [84.134.204.114]) by pokefinder.org (Postfix) with ESMTPSA id 2D4CF2C0356; Tue, 8 Sep 2020 08:26:54 +0200 (CEST) Date: Tue, 8 Sep 2020 08:26:51 +0200 From: Wolfram Sang To: Tali Perry Cc: kunyi@google.com, xqiu@google.com, benjaminfair@google.com, avifishman70@gmail.com, joel@jms.id.au, tmaimon77@gmail.com, linux-i2c@vger.kernel.org, openbmc@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] i2c: npcm7xx: Fix timeout calculation Message-ID: <20200908062651.GA1019@ninjato> References: <20200830213121.239533-1-tali.perry1@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="bg08WKrSYDhXBjb5" Content-Disposition: inline In-Reply-To: <20200830213121.239533-1-tali.perry1@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 31, 2020 at 12:31:21AM +0300, Tali Perry wrote: > timeout_usec value calculation was wrong, the calculated value > was in msec instead of usec. >=20 > Signed-off-by: Tali Perry > Reviewed-by: Avi Fishman Applied to for-current, thanks! And thanks for the Fixes-tag, Joel. --bg08WKrSYDhXBjb5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl9XJCcACgkQFA3kzBSg KbZzcg//RR/qIunHGIrcDr5aZXfWTjr8u0f3ccyaBELUPk6kSzUqBufOcKoeRk19 dN74rzsCQr5egfumVCZCl1JP+269Hjtf7ISd4jBU5pJ5R/QovlN6zofK0EZsZJDs 6RA/wNM4KdzvqDi7IS9FhSL50pQ3M0Bl0o/R42m54qDc75JDXDO3qIRaABAU25Xd V6nX2eUK6WLSsz63cM1ndM0VHxrupzj6w90EFTfSNqwx4ft1+tTDG7Z3kdGMcFd4 F5S0VtPCHMT1Uh+9HR/sk3wUKJHcv6VeU7f/bzus5pGksvX7sRzRq/nXsIVeCZuA iAzHBOGSdlv/6UR6WKjPzOW8IDOqxctR7MqjiqzuFXUYo8RHK0WXMs+g4bAXZph1 i29CJm+il2t+KnUMje9w/S7bPDTPpU949vvYA5tPbTLYjrEhfLL+oAr7szDDbPvT tsepc8J5K+rP8GkBGRCfvj4angCuJ6RSihQofwBRHgNh93MVZjQVH9o32Kzn8X9+ nwYl3DNvmC1Nzhnf01Bfa7dyWzeeLlU8ZBYXLx/yqGIRd7W/61KDVDN7Zcz+yGQ6 EkBy1Uxabx7JSDsbCC7lqR4JhPyEbaCwWiUs1amEubZc8VDibrtp1EN2QeHSopbz BD3pfGjkLmr8rFKfea/ea+wmmI/gW8fQGfcVZfl4kpZReRRsYDE= =ahmh -----END PGP SIGNATURE----- --bg08WKrSYDhXBjb5--