From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fgw20-7.mail.saunalahti.fi (fgw20-7.mail.saunalahti.fi [62.142.5.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A304E7FF for ; Wed, 24 Apr 2024 00:11:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.142.5.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713917491; cv=none; b=V7BSpgK21NXsJqUHMWj6x0Bd+v7vc9MfCLXlcjby/r59SNuZ12Zhn1mp0q8xSAuqm8qteWgJfJGJE1kZf+4dpMG/rzt8nGkMS0zwY1nF5RQxyraE1ZvcywBhbkNcotsoMvLdnnN/JUfYduYU47NgSOlxEspHq9zE8Bue7jYImJw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713917491; c=relaxed/simple; bh=3pSLZFuGiJnJlY2piHPfE03X/NoaHX/iWuiekKpGI3g=; h=From:Date:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iEiNZw6/2jXzazRpzh9yWfTYWsYIeyyzXRgjCYWheOgR+P1OVFjN6ENFnjN+HxBJppu/c/bRZdL8PCfGA2ZgDGlGKKzn737hdNz3caPDjDKGYaCMpN9HXiIqmxDRzeKis7UNKd8P8KmHsfhoEI0xhT0TCYWu+JhxadzDrZCJMIg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=62.142.5.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from localhost (88-113-25-208.elisa-laajakaista.fi [88.113.25.208]) by fgw20.mail.saunalahti.fi (Halon) with ESMTP id 31306275-01cf-11ef-b3cf-005056bd6ce9; Wed, 24 Apr 2024 03:11:27 +0300 (EEST) From: Andy Shevchenko Date: Wed, 24 Apr 2024 03:11:26 +0300 To: Wolfram Sang Cc: linux-i2c@vger.kernel.org, Seth Heasley , Neil Horman , Andi Shyti , linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/18] i2c: ismt: remove printout on handled timeouts Message-ID: References: <20240410112418.6400-20-wsa+renesas@sang-engineering.com> <20240410112418.6400-28-wsa+renesas@sang-engineering.com> Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240410112418.6400-28-wsa+renesas@sang-engineering.com> Wed, Apr 10, 2024 at 01:24:22PM +0200, Wolfram Sang kirjoitti: > I2C and SMBus timeouts are not something the user needs to be informed > about on controller level. The client driver may know if that really is > a problem and give more detailed information to the user. The controller > should just pass this information upwards. Remove the printout. Neither this. -- With Best Regards, Andy Shevchenko