Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp785342pxb; Thu, 15 Apr 2021 06:37:35 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzuT/ftDGGyxDbKLHZxjQeDbQ/J4g3PKc1Q7R79cmJJZSZL+Gvh/Yvvnoi4yjvjdGhm+Eea X-Received: by 2002:a17:906:5f95:: with SMTP id a21mr3422913eju.456.1618493855280; Thu, 15 Apr 2021 06:37:35 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618493855; cv=none; d=google.com; s=arc-20160816; b=Fd8Cug2l6ZcGjD38gbP/k/soLN2ifWNmLp0hLU2oh+lFfQls41orpNlamKAYmgJh4H 6wBnXPC7lVxMtSEcW1kGXSEMrhW90t6N/s2BXEkK53kTy7VJ/+x8OPKF0rvTrujz8ad+ DIg7I4iE3Ypw91BmFUYp+bAXaeO6Tb/4WSCMd50vFq8AjLlwSBPDgtHdT6+S4q7Hn/Gg bxBJ7NmHzK0uIQdzJKBolmqpe7J14T0eT1ckfAn+oWyhQQ5pP+HFsiErpRVCUishVq7N gNEnJzzjqOju/HlxABdVNzvv/pMEAYi2H2AfiDlRofv7SvPLKSL2pkhe9H/pQ/c2k8SN oK5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=bje40R09s1ENpWDpwN7axeoX3Pij2bTz4avochO3PeQ=; b=Fysf1WWyjqvw6XXlaaOJwLOl+muanycvKy0RLwvSXRcPI8Tra8EdasNA1sKOvehg/l Tx5g0MiICPSQW5EXfVOuzdZGEt73fzlgDm+80cSF+Nb9ZH8y/G/2JwwPjMPqF+MjqPEy 4f4gtGSmFdtp3kSghdZxOPaGJ+lSK/XjUP/qZSRBxvyndPiyNI0p5b5fraKPrztzw3XF dlHpDVgyp3bfQN7duNPbbAWyMKRTiL1zvZcEHHUG3H7l93ucYyS8cvl9Hrb3yV37U0Cj ZkTb6RY86RmU4go/X1KHoRGCqPzbE06ws+XLbfHnHVIyj/YfiFBY27c1TmNxEui/Hm1E vkOg== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p23si2193837ejg.550.2021.04.15.06.37.12; Thu, 15 Apr 2021 06:37:35 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233038AbhDONgn (ORCPT + 99 others); Thu, 15 Apr 2021 09:36:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232642AbhDONgm (ORCPT ); Thu, 15 Apr 2021 09:36:42 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A016C061574; Thu, 15 Apr 2021 06:36:19 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id DC95B387; Thu, 15 Apr 2021 15:36:17 +0200 (CEST) Date: Thu, 15 Apr 2021 15:36:16 +0200 From: Joerg Roedel To: Krzysztof Kozlowski Cc: Marek Szyprowski , Will Deacon , iommu@lists.linux-foundation.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iommu: exynos: remove unneeded local variable initialization Message-ID: References: <20210408201622.78009-1-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210408201622.78009-1-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 08, 2021 at 10:16:22PM +0200, Krzysztof Kozlowski wrote: > drivers/iommu/exynos-iommu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks.