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 810C7C433FE for ; Fri, 4 Nov 2022 14:26:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230127AbiKDO0V (ORCPT ); Fri, 4 Nov 2022 10:26:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36358 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232108AbiKDOZk (ORCPT ); Fri, 4 Nov 2022 10:25:40 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73013EA3; Fri, 4 Nov 2022 07:23:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1BEC5B82E10; Fri, 4 Nov 2022 14:23:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6EF1C433D7; Fri, 4 Nov 2022 14:23:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667571806; bh=whWPClS/alRqLYsy1/mTyPtTHF0C97qQhJcqxk8t16I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tsUxoSPPwM84zkz+t8UXsKETEK+fOHmyO99JoXKzLbR6+B+tYqxRNe2154rS69XVK hwu2kI3Du2EbFBy0dyOiHqoLe1QDqzrJwoTudAzvA2vYEpfTpYkh3PAOz0+UtJWerX qBVtJ2I6xGiauK3WbxTS6ILRPywkDGFbQKPJw15+FGDuJRcLSrD0YOIA/IK5AtUriP dMzr4ruC1fjpJ9TvEaqNsh4Ez3LcgvCwPbsdDWvColBYwR2S1xeEjOKaA3SDZEGx9n /lt5L7aTQI+MNgY4Gg0Nj97fGVdbEHvXhAGRJRSIaX7v5MxhcAMvr0YoE4tm6dI58Z VvXuBhEuMcRZw== Date: Fri, 4 Nov 2022 19:53:21 +0530 From: Vinod Koul To: Christophe JAILLET Cc: Gregory CLEMENT , Rob Herring , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH] dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove() Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 24-10-22, 21:50, Christophe JAILLET wrote: > A clk_prepare_enable() call in the probe is not balanced by a corresponding > clk_disable_unprepare() in the remove function. Applied, thanks -- ~Vinod