Message ID | 20240812194029.2222697-1-andi.shyti@kernel.org |
---|---|
Headers | show
Return-Path: <linux-i2c+bounces-5327-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:4601:e00::3; helo=am.mirrors.kernel.org; envelope-from=linux-i2c+bounces-5327-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from am.mirrors.kernel.org (am.mirrors.kernel.org [IPv6:2604:1380:4601:e00::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4WjRjv6LxSz1yYC for <incoming@patchwork.ozlabs.org>; Tue, 13 Aug 2024 07:00:19 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id C71721F2161B for <incoming@patchwork.ozlabs.org>; Mon, 12 Aug 2024 21:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 57A3F194AE7; Mon, 12 Aug 2024 21:00:02 +0000 (UTC) X-Original-To: linux-i2c@vger.kernel.org Received: from 2.mo584.mail-out.ovh.net (2.mo584.mail-out.ovh.net [46.105.72.36]) (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 1C42F18CC0A for <linux-i2c@vger.kernel.org>; Mon, 12 Aug 2024 20:59:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.105.72.36 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723496402; cv=none; b=mn+jjNYTtx8s7XApq38MQy3OwGpWwXO/wQLNjuMQXnwKM0SXi0EVceTgzGeVFJrY0BOOco/QEn6+rymo4DUf+VSFjt2xUol4WtO9tertwhCoxII8Nkd5/npI0c8Y3NO/ePHDHFDs9wnJ6Sx+FMSbDj2qmzwXc1hEUSdjcLdIESY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723496402; c=relaxed/simple; bh=PXH7w7oIo+7qDP4e1IIFbtttlz47fnV3pq9TAC8mdzg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jR6ljsZY1e/JM1Lw0HgYcUV84GN0X7WSwGNl8s/J480v03pSokbMnnbXT6O3Bs/TKNJZiSe1Jg7pB7ySNKdh2c7tc1WMP9yBVGIdw9aUGTzWOctUBIhEjE6QDbuuZI6dXIFj9DQT9ilzYauDjihEOaCfR/m1phTx1zf8SXRD9K0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=etezian.org; arc=none smtp.client-ip=46.105.72.36 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=etezian.org Received: from director2.ghost.mail-out.ovh.net (unknown [10.109.140.194]) by mo584.mail-out.ovh.net (Postfix) with ESMTP id 4WjPz21ZZFz1ClL for <linux-i2c@vger.kernel.org>; Mon, 12 Aug 2024 19:41:34 +0000 (UTC) Received: from ghost-submission-6684bf9d7b-7dk29 (unknown [10.110.164.171]) by director2.ghost.mail-out.ovh.net (Postfix) with ESMTPS id AE2161FD58; Mon, 12 Aug 2024 19:41:33 +0000 (UTC) Received: from etezian.org ([37.59.142.107]) by ghost-submission-6684bf9d7b-7dk29 with ESMTPSA id QzurJ21lumbbIwAAkD473A (envelope-from <andi@etezian.org>); Mon, 12 Aug 2024 19:41:33 +0000 Authentication-Results: garm.ovh; auth=pass (GARM-107S001f1538416-2e9f-46cc-9bb0-80c32d36f6d4, 664DA16141902EE5CF70331F943976485F5C157F) smtp.auth=andi@etezian.org X-OVh-ClientIp: 188.155.229.193 From: Andi Shyti <andi.shyti@kernel.org> To: linux-i2c <linux-i2c@vger.kernel.org> Cc: Andi Shyti <andi.shyti@kernel.org>, Bjorn Andersson <andersson@kernel.org>, Gaosheng Cui <cuigaosheng1@huawei.com>, Konrad Dybcio <konrad.dybcio@linaro.org>, Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Subject: [PATCH 0/2] Add missing icc_disable in exit path Date: Mon, 12 Aug 2024 21:40:27 +0200 Message-ID: <20240812194029.2222697-1-andi.shyti@kernel.org> X-Mailer: git-send-email 2.45.2 Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: <linux-i2c.vger.kernel.org> List-Subscribe: <mailto:linux-i2c+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-i2c+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Ovh-Tracer-Id: 7308779246907820661 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeeftddruddttddgudegtdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvfevufffkffoggfgsedtkeertdertddtnecuhfhrohhmpeetnhguihcuufhhhihtihcuoegrnhguihdrshhhhihtiheskhgvrhhnvghlrdhorhhgqeenucggtffrrghtthgvrhhnpedtveeuieehfeetudejhfehleeijedvveetleefhfehuedtleektdevjedujefgvdenucfkphepuddvjedrtddrtddruddpudekkedrudehhedrvddvledrudelfedpfeejrdehledrudegvddruddtjeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeduvdejrddtrddtrddupdhmrghilhhfrhhomheprghnughisegvthgviihirghnrdhorhhgpdhnsggprhgtphhtthhopedupdhrtghpthhtoheplhhinhhugidqihdvtgesvhhgvghrrdhkvghrnhgvlhdrohhrghdpoffvtefjohhsthepmhhoheekgedpmhhouggvpehsmhhtphhouhht |
Series |
Add missing icc_disable in exit path
|
expand
|
Hi, > Andi Shyti (2): > i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume Because this was a fix I merged it... > i2c: qcom-geni: Use goto for clearer exit path ... I leave this one for more comment opportunities. Andi