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 ADECCC63797 for ; Tue, 17 Jan 2023 09:06:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235986AbjAQJGW (ORCPT ); Tue, 17 Jan 2023 04:06:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236322AbjAQJGE (ORCPT ); Tue, 17 Jan 2023 04:06:04 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AC7931E0E; Tue, 17 Jan 2023 01:01:28 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 03ECF61217; Tue, 17 Jan 2023 09:01:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EBF6EC433D2; Tue, 17 Jan 2023 09:01:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673946087; bh=RCqS3nTyPkoxO7ZgcJfu9N4L+LZ0ONOPuzr2k9qjISQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FkCrXu2S+1A1LDVxNCS5+xHeZHRBD/hPas8S+cZAzq87aik5vDzUHfek1aExKUYG2 4cLnizoYvBZ8UTvrXhFvvY/Y3JSN7RDbqG3DyliHUkuPY3zEc33NQ72yJdebftB6/W +PimfIQl4s4r+wrNwe5PSlopBk0HnsO2U5eHyfVVjMUgqo1GOvWXe3FZUsW5kz4X+5 73jXdNBRMEgbvl+D3zgKGrNDPp0+DwSkS5ERfasgJdDoYeEUzw+Xy+GIc9K5voPO6C JBIX9YLHsm06Il8v+RbUAIVMAxKqsbWU/HRce4Jm0oYCKyLmgB5m7a4gk9sEnG67ev Y94cCcL30viaw== Date: Tue, 17 Jan 2023 14:31:23 +0530 From: Vinod Koul To: Jayesh Choudhary Cc: peter.ujfalusi@gmail.com, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dmaengine: ti: k3-udma: remove non-fatal probe deferral log Message-ID: References: <20230117051855.29644-1-j-choudhary@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230117051855.29644-1-j-choudhary@ti.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 17-01-23, 10:48, Jayesh Choudhary wrote: > Drop the non-fatal probe deferral log for getting MSI domain. > This makes the kernel log clean and we do not get recurring logs > stating: "Failed to get MSI domain". Applied, thanks -- ~Vinod