Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp5733527ybi; Wed, 12 Jun 2019 07:35:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqxn3NgHolugavCVuf579F4KzLW+LDCoD9F1jUYnjy1pDwT0/aKYvivvBO2ahrcdhSe7reWl X-Received: by 2002:aa7:9407:: with SMTP id x7mr44447997pfo.163.1560350103411; Wed, 12 Jun 2019 07:35:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560350103; cv=none; d=google.com; s=arc-20160816; b=wRQu1qgc7rkgFsTIV0G950MpP457hfEYVRMetlUz8heCNpZkx69IsCspqxMytTZZcC Q5DFZJK4cpTkWpuQzCj7w7bIdvfvruMqmOsJNPhHYzeRqLn09keqIHB4O7JFCitr4eEn 82ZfWOx8XNVpYZhr5sm2LXfB8K9pTcrMRz8KFrVNXZGhh0GF21OzGecaThZBcP8cW1p0 nFGT+u28JaTgZTZZSbChM4b4xg1CHMiYpbb/LITK36huC1Ya+BZZfUkikb5p8BI3s0qT h8EL7vb4Cg8SGbt0p6Z4IWhfjf4IVYmHaoksWICOy20dc1TvmhfTC6Fdui4PwG2DNVs3 8CIw== 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=cgEfiQteuGMi1FXjgQmq6cDDbWub1O+5med4LwHpi+A=; b=O7J6cBEMOS0bAGPu7iU6aNMh0pcj8wScFQMHqPVZLLuLK+boq5DdwyXuTwS/yKZPL0 QrAtVXlPUVOF/w/Tfyf0RD+nRQ5UiCJJ82+ys7ld0dvv78MkfWPoh6u3oNDbnlORZlAA pu+i7d/ZTOYezcZA61QesVu0B0G3HLVagld+0YR1fzScudqo2T6rQApzs9B9YYvB0w5I uELZZ+QUE1i8fMTRuEP8C5edwgFmARqdhn3Zm/N6ku4hPfof8BVFs/OAn8Lx2+sLsUtJ pAl+ylEsbBt1Ig/KFre8avWOVmZR8wiV0nBtZz3T3mysmkOzkzSy2tj4APYluhVxrDRZ xOkw== 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 o5si45630pju.93.2019.06.12.07.34.47; Wed, 12 Jun 2019 07:35:03 -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 S2437980AbfFLKV4 (ORCPT + 99 others); Wed, 12 Jun 2019 06:21:56 -0400 Received: from sauhun.de ([88.99.104.3]:58198 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2437611AbfFLKVz (ORCPT ); Wed, 12 Jun 2019 06:21:55 -0400 Received: from localhost (p5486CACA.dip0.t-ipconnect.de [84.134.202.202]) by pokefinder.org (Postfix) with ESMTPSA id 1C3E84A1203; Wed, 12 Jun 2019 12:21:54 +0200 (CEST) Date: Wed, 12 Jun 2019 12:21:53 +0200 From: Wolfram Sang To: Bitan Biswas Cc: Laxman Dewangan , Thierry Reding , Jonathan Hunter , linux-i2c@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Dmitry Osipenko , Shardar Mohammed , Sowjanya Komatineni , Mantravadi Karthik Subject: Re: [PATCH V5 5/7] i2c: tegra: fix msleep warning Message-ID: <20190612102153.555errst3c5jbhui@ninjato> References: <1560250274-18499-1-git-send-email-bbiswas@nvidia.com> <1560250274-18499-5-git-send-email-bbiswas@nvidia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="t7o5sdigsmuuvqjs" Content-Disposition: inline In-Reply-To: <1560250274-18499-5-git-send-email-bbiswas@nvidia.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --t7o5sdigsmuuvqjs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 11, 2019 at 03:51:12AM -0700, Bitan Biswas wrote: > Fix checkpatch.pl WARNING for delay of approximately 1msec > in flush i2c FIFO polling loop by using usleep_range(1000, 2000): > WARNING: msleep < 20ms can sleep for up to 20ms; see ... > Documentation/timers/timers-howto.txt > + msleep(1); >=20 > Signed-off-by: Bitan Biswas > Reviewed-by: Dmitry Osipenko Applied to for-next, thanks! --t7o5sdigsmuuvqjs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAl0A0kEACgkQFA3kzBSg Kba6yBAAiIFx0pXIWGFXAasn4IDIQa3zUfphhwefhtmMJVumYDp1kvNQCunHSwlk /eUWA3n2+jEAbCr/KX7mddWLVV0joXjDfVk70ckaIh/+DSWh7qeCvZqkTYo+/h5M md/9ftg3ZtbsHHYurgrB6ro/867zUumiVtAmDllZWtlHtIq4XMUkF+FXQx8ox2At WDeyT5rkooZqxx2rVWcK3ANpskMCR6tJbJy0vLs2C0lS+DK81I+VR+NEaZs2LUT0 nRF/anijDQqvZp8sWsSlQbiiuaTX0ZpWPHh99JDEB67TT3G2wnn44y+GJXvreKLK AcSl26IJM3Gxas+IXor5DdmOSWruRAHZOOaNtmphqXOmTUMm2DjJwBVukdIhh9EO uS+/5QBVY1vXWywXWXK/D0uZjJLcoap+EInrAS60YrYCnG35lM+iQEDSYvtwKHir OOvaiutVWfz3gjipsvbXt+UP3mGhp4nGMuv6tXGQ4iT4mxjrb/WpFj3wUite1b0M tMZtRuBXJclmpa+FewmjqjFJsKtQUzkMNQ/yJDMUUIFbgmtZJfnaU9LAIvJGBuDf HT3OyYn9d3/3QAsjvOGSuiGI7EskmpeYKxYVsCJPstZkPfydHW8zUQIo/jXG7KM9 UDrwNafr1vZXXwckDPCSq7x2jfPeS/cdQfg1GwE3PKSdWqiNxQM= =6Y6t -----END PGP SIGNATURE----- --t7o5sdigsmuuvqjs--