From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67B7CC433F5 for ; Thu, 6 Oct 2022 05:54:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230217AbiJFFyW (ORCPT ); Thu, 6 Oct 2022 01:54:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229726AbiJFFyS (ORCPT ); Thu, 6 Oct 2022 01:54:18 -0400 Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FA2D8992C; Wed, 5 Oct 2022 22:54:16 -0700 (PDT) Received: from dggpemm500022.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4MjgWS2SCKzVhlr; Thu, 6 Oct 2022 13:49:56 +0800 (CST) Received: from dggpemm500007.china.huawei.com (7.185.36.183) by dggpemm500022.china.huawei.com (7.185.36.162) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 6 Oct 2022 13:54:13 +0800 Received: from [10.174.178.174] (10.174.178.174) by dggpemm500007.china.huawei.com (7.185.36.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Thu, 6 Oct 2022 13:54:13 +0800 Subject: Re: [PATCH -next v3] pinctrl: ocelot: add missing destroy_workqueue() in error path in ocelot_pinctrl_probe() To: Linus Walleij CC: , , , , , References: <20220925021258.1492905-1-yangyingliang@huawei.com> From: Yang Yingliang Message-ID: Date: Thu, 6 Oct 2022 13:54:12 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Originating-IP: [10.174.178.174] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggpemm500007.china.huawei.com (7.185.36.183) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 2022/10/5 3:57, Linus Walleij wrote: > On Tue, Oct 4, 2022 at 1:46 PM Linus Walleij wrote: >> On Sun, Sep 25, 2022 at 4:06 AM Yang Yingliang wrote: >> >>> Using devm_add_action_or_reset() to make workqueue device-managed, so it can be >>> destroy whenever the driver is unbound. >>> >>> Fixes: c297561bc98a ("pinctrl: ocelot: Fix interrupt controller") >>> Signed-off-by: Yang Yingliang >>> --- >>> v3: >>> Using devm_add_action_or_reset(). >> Patch applied, after deleting the hunks removing .remove because >> that was already gone upstream. > Ah, the patch introducing that is in the MFD tree is it not? > > Either ask Lee to apply it or wait until -rc1 it's no big deal > anyway. Remind me in two weeks. It's OK. Thanks, Yang > > Yours, > Linus Walleij > .