Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp909159pxb; Thu, 5 Nov 2020 16:58:01 -0800 (PST) X-Google-Smtp-Source: ABdhPJyJwIEZthXyKrBmH1A+EtGbxJfV3mhmP2WKIeN4kS+/OgkE30thHGUXJfTsfu5CuT5BCooy X-Received: by 2002:a17:906:eb57:: with SMTP id mc23mr4991768ejb.373.1604624280907; Thu, 05 Nov 2020 16:58:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604624280; cv=none; d=google.com; s=arc-20160816; b=lASMJmNqzEvFDmlKuZxZTJbFkoO3fPcyJw4Mk+q+0bqBrtJJe/Vz5nAzihvWOwLtXd 79RLww7BnPwKCVTxpdqYkEQrhNblXbC1Qh3sXoWZRGitWiUwEe2hg+NWftQbmU/pFUUS cKi8Pvm/OCEvGec4Jtiu7D6gAmc+15t5gtv/41iLRlrCLdbCjnRrAcFaHn1vxdZJtOkT 741rkkhMC+BaJp4bFcTz/vXmVSSSI95/oG/JwHVcSDGdEULRnuu1l3MHHmm/1qDB6fe+ FklJIlfodQdPriSWk/Z7B4kc3IbwaTiOm4Y6BiS8NsaykdB6mc0aqt2D0uqznJrmd4Ah rNNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=/KGdJSws/D/KlZ7yGDSyNpL8k/PZd8gSwrBjZ8L7UUs=; b=xhy96DT5Gt+xO0ediYRhRenmcpCqrHX78Qlnu2vWn8ggRKv5TBAP6Qx1pBl3BxdafF xwKtQG0PJSeDPb/X/9b2AgPXp2MRLlIElmZYE8YrA91U9a/So2toZTvPE4o8W0+UUY2c HIuzTGJO8jUiTOmHV7CRHd3ORiepWeqiOcelUybFAZ0y00wpQ+rTJvbmBHkHFTTE8pFG GbyKX0jZ5eACUddCBL4+lnfsG9usYcm2yP7nUyx2VHo85nSYjsIH5iDSTG0Z53sDkEdk 7FFLYDIkGb2ohOp4CRw4p9sf2ahnv5gIscyX4ELJbpN2ASYJ5t2KEsVQzoPTCmL/wab/ HukA== 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 i5si2300642edn.310.2020.11.05.16.57.38; Thu, 05 Nov 2020 16:58:00 -0800 (PST) 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 S1732986AbgKFAyJ (ORCPT + 99 others); Thu, 5 Nov 2020 19:54:09 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:7594 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732537AbgKFAyJ (ORCPT ); Thu, 5 Nov 2020 19:54:09 -0500 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CS22c5BwxzLt3T; Fri, 6 Nov 2020 08:54:00 +0800 (CST) Received: from [10.174.176.134] (10.174.176.134) by smtp.huawei.com (10.3.19.213) with Microsoft SMTP Server (TLS) id 14.3.487.0; Fri, 6 Nov 2020 08:54:03 +0800 Subject: Re: [PATCH] mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c() To: Markus Elfring , Lee Jones References: <20201104063158.102048-1-jingxiangfeng@huawei.com> CC: , From: Jing Xiangfeng Message-ID: <5FA49EAB.2020308@huawei.com> Date: Fri, 6 Nov 2020 08:54:03 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.176.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/11/4 14:50, Markus Elfring wrote: >> htcpld_register_chip_i2c() misses to call i2c_put_adapter() in an error >> path. Add the missed function call to fix it. > Would you like to add the tag “Fixes”? OK, I'll send a v2 with it. Thanks > > Regards, > Markus > . >