Message ID | 20240606023704.3931561-1-yangyingliang@huawei.com |
---|---|
Headers | show
Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) (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 A56A318C38 for <linux-gpio@vger.kernel.org>; Thu, 6 Jun 2024 02:39:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.189 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717641587; cv=none; b=P0m80rVcCZv3vbJyp/hmDa13fY4KOK8wKM0/b8huZnqfLC91ByRamGB2w15yc5JahUcTriXnNVzXBhcu3rcmxwgfnU2jyvyh5qwABjaIklSw2vS1q87RBOA10N29dj8Y5ZBZCbnoQOLDYzsOVlEeBJkVX4VF9rfUhhwIUvsf3GY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717641587; c=relaxed/simple; bh=RKGScGvp+tdSVGQml3sVvcNT4c+IC8GIDMKOXUVnX3s=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=Pq+ca4GxWU6Cjef3Udjw41Lq9T0UEpNQs6bIJBvTdEHxg4XFhayRqW4GEOyAEmZM1ZoRgFmYrQLNZag0XX3AKJJYiaOWSRAGeFNIFpDaoI19oUfZf4quDcBLf9EcirL35iiAQd4i8eAs6RIpn1b9tpUCzxfVicHZGKL0X78sXsU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.174]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4VvpP4425NzPpY2; Thu, 6 Jun 2024 10:36:24 +0800 (CST) Received: from dggpemm100024.china.huawei.com (unknown [7.185.36.234]) by mail.maildlp.com (Postfix) with ESMTPS id AE22D140428; Thu, 6 Jun 2024 10:39:42 +0800 (CST) Received: from dggpemm500007.china.huawei.com (7.185.36.183) by dggpemm100024.china.huawei.com (7.185.36.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 6 Jun 2024 10:39:42 +0800 Received: from huawei.com (10.175.103.91) by dggpemm500007.china.huawei.com (7.185.36.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 6 Jun 2024 10:39:42 +0800 From: Yang Yingliang <yangyingliang@huawei.com> To: <linux-gpio@vger.kernel.org> CC: <linus.walleij@linaro.org>, <dan.carpenter@linaro.org>, <tony@atomide.com>, <haojian.zhuang@linaro.org>, <yangyingliang@huawei.com>, <liwei391@huawei.com> Subject: [PATCH v2 0/3] pinctrl: fix possible memory leak when pinctrl_enable() fails Date: Thu, 6 Jun 2024 10:37:01 +0800 Message-ID: <20240606023704.3931561-1-yangyingliang@huawei.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: <linux-gpio.vger.kernel.org> List-Subscribe: <mailto:linux-gpio+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-gpio+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To dggpemm500007.china.huawei.com (7.185.36.183) |
Series |
pinctrl: fix possible memory leak when pinctrl_enable() fails
|
expand
|