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 7566FC433EF for ; Wed, 6 Jul 2022 05:19:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To: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=ddPnUMdDZEAtnX1d0kfGmHN6lqC5asuNUlelBeDQ3Wk=; b=ZvggCn5Z3NIqiE QdKqzP88FSDQUMgqJOvaSXCvUYRbNFLmcuDna0vPZ8cCqMfQrfQJLm4UFJ8ibw4CiiKEpQdsda1r7 JWrQjw7wwl2NtY8l5gvH782mjfslY7KtmXT7DUUMAm3a0bcAlZGqIOIbFvKBX5NiJOWO0SduZgbKt 1lhv7Hdh3Dd2cPwoZWwvPmVAUrA9wAUOP5+JpGWMK+MfJ7TC9utHw3ZXrXdcDlAQanmQj6R9Vk8UF MO6apVRTH/TKC38xEGukN/6U68QnpM1DNBbeFAW0jcX1nj4BAsO7ZmbXYM2NGHObEg85KgZUXUWfw +bIg5sd8dNoY68lgbjlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8xR8-0065kc-OQ; Wed, 06 Jul 2022 05:18:54 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8xR5-0065ZL-J3 for linux-arm-kernel@lists.infradead.org; Wed, 06 Jul 2022 05:18:52 +0000 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 C400061B87; Wed, 6 Jul 2022 05:18:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B92FC3411C; Wed, 6 Jul 2022 05:18:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657084710; bh=rFooaBo/J4NloHCfi9QoTaDky27Ong0+JFePdMMXiwM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AkXLWM4eMZZBrjLC25MdwnauecKYx2drzXc0HDus8nCwMOPFf1qlVX+xP9GCH8EUq AOdiOvCknIeTj6kzsbghbDzXulPDkscBMQYtBE3YwMcIcU/02+GFCZViOdsmcsu/Ul 0ZRL64iTT4LpcoLiBxlBAkJisoh8eX8w+CBL4vE5qGwmSSlZgBBDdCPl6eQG+O3ddU mzgl3AQJVGI65YeKuHu+Huh5WqVmJkBOrxRYSwtsSqsvYYI2Qf5RQ58Zy36A6EPEAv mLEKX4Ml84Q7vdI+lEVp1imjrq5ElzdIZet6ABBFVrJYmltZOTK639huyDM97qYS5S DH6oYjo892dMA== Date: Wed, 6 Jul 2022 10:48:25 +0530 From: Vinod Koul To: Tang Bin Cc: hyun.kwon@xilinx.com, laurent.pinchart@ideasonboard.com, michal.simek@xilinx.com, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: xilinx_dpdma: Omit superfluous error message in xilinx_dpdma_probe() Message-ID: References: <20220519130855.7664-1-tangbin@cmss.chinamobile.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220519130855.7664-1-tangbin@cmss.chinamobile.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220705_221851_706305_9587C24C X-CRM114-Status: UNSURE ( 8.44 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 19-05-22, 21:08, Tang Bin wrote: > In the function xilinx_dpdma_probe(), when get irq failed, > the function platform_get_irq() logs an error message, > so remove redundant message here. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel