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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 012F1C27C75 for ; Tue, 11 Jun 2024 17:39:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=r+f55QFVXvPH8MriToxUvBIcyP1mArSnvA40NdoC79c=; b=ryjj6Cb2fSlhK3xvP3L8CcnrUo lmRbpQGVd8wgsw7+BTDraj/hN+Kyrf7TLACJXTgltPWiYHzUPjo9QxdBXfZiQAankJLHU+8ChcTIO qp7iQUtIJHvbx1mR3v2PjTYwqw+NGhsBSlsslIN29fftV9h/Iiz6fYnC7bOP4zlc9vXBsoNnQZOsj 9Cgo4mPTo0/YSWMzwd9SjlP1l4K+gOS72NnEhJfL2sPf2XgSoZdcmJU9XGeFG9+3fAr3wFm90uZHf IK0FLd6FIEzGO8LDu7aT6WJbM9KlG90VWVfxuy0ReHJR+3SXbEz+/JvSsECAr2ZpY+pJRoprqgepE X3Shtv6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sH5Sr-00000009h8b-2u5F; Tue, 11 Jun 2024 17:39:21 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sH5Sf-00000009h4H-47qI for linux-arm-kernel@lists.infradead.org; Tue, 11 Jun 2024 17:39:18 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E78EE60F13; Tue, 11 Jun 2024 17:39:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20693C32789; Tue, 11 Jun 2024 17:39:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718127547; bh=dv90Kmj1AVO87EkjlwVP3gspBUKICM5NEKJytZOA3yA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=COZUtSeaBdFgnbkJqZWkD9V/v019qRMyp/hW7Wl+BgzHi8jw8YpzflhBCjjKTjvt/ fKlOp5YWkoSgFzw3fTm4pRsIlqRivvEDPQ44vmk0V2m4avjd6rkGKla7Y13jWMVdj3 Ko+Y04q3xxZhZLEFPds9pAFFTMM6Q5Kj3HTrnH69gUxl7ZcQ3oDAF+Syfn6LTI4LGX KTkXSQCp4AWC8FKonvzXcg29WG4KsygpuMNF+KnMr54VPOG1TQNf7ki9gUF7lMs7XA YYlm3TozC7v86iBX1U9BZu1FX5ky42eXI6+JFZoDVfhp41MXYyJ2169UccGrtyWuuW LNEEeKOw3fxMg== Date: Tue, 11 Jun 2024 23:09:03 +0530 From: Vinod Koul To: Markus Elfring Cc: =?iso-8859-1?Q?P=E9ter?= Ujfalusi , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, LKML , Siddharth Vadapalli , Sriramakrishnan Subject: Re: [PATCH] dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id() Message-ID: References: <8b2e4b7f-50ae-4017-adf2-2e990cd45a25@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240611_103911_147652_88C5B778 X-CRM114-Status: UNSURE ( 6.96 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21-05-24, 20:22, Markus Elfring wrote: > … > > > without having incremented its reference at any point. Fix it. > > > > Acked-by: Peter Ujfalusi@gmail.com > > Please improve the data representation for this tag. > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.9#n468 Please STOP wasting time of everyone. Go write some code which solves something! -- ~Vinod