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 4A95DC433EF for ; Mon, 3 Jan 2022 12:21:11 +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=HO/mRs/Ftp335xNTNVMCCn/s9X/dqih4TlbfPine2xU=; b=EQHX0wo4LKvctd t8dtdOcu3DyYlnhAgdD/lV/9DT3nUVZCmxzrkwk59tJbBfIMp8LagyKDB7W0dHNeHbCq1F/rREIkF ZkwtqhISqtMMnJkppIv7UC68Ud7t3tBausChhRHQSa1KC4/z/cxfV+BZ2Bdi+BR5aaZaol/nSBlHw DXgcpCC7Q3blb5WZxaObBbdzP1Z1OppxXwCEAHqZnv45gijJYUj1voO7oMFYaOYSvwS8HO308JruZ 4rd6LvJsbuxC1Qg5E8J54Hytue4UDFF9AVoMN3gFTrCkbUq2FqVJXpQoKw4JAvXUVogG6YAAD8cat panUN8l9QacAGuIybwbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4MJf-0090iY-92; Mon, 03 Jan 2022 12:19:55 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4MJc-0090hz-0O for linux-arm-kernel@lists.infradead.org; Mon, 03 Jan 2022 12:19:53 +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 ams.source.kernel.org (Postfix) with ESMTPS id B830FB80DB8; Mon, 3 Jan 2022 12:19:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5DBFC36AE9; Mon, 3 Jan 2022 12:19:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1641212389; bh=k/Gud+CIQfxPylqjPvD3pX1+oaPh7LRPvorDB5+5ZEc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N0LTsVh+EeiyF5GRfWd0thDRR2QIdJNGWUAJHPN1jeWjyhyWUHQIa3SediDdkg67C EhzIxKMtyr9Wb8t6jKtY65nGvZ/uKAaD8QIELw+JgrLv+2He1nMjYWPRyGu9RJFTmw Mxs2h/k0uD7mu4llRFL7syDEUEGPg3UXOR8j2UFls9eT5Ni7XL8WfuxgTO/kLLrKDD aEZ9b5QpN5BJdoWWnkxPOU4vn5/hi4wcJqAec/noNQykOf/OlhqAvH+qiDv9gZhvsI HwtXjMoRIqpeO0CiI5HzgJ3rBwhT03nsrpz5vi64xT1YN9Yjy5Hu4nIhxXKw6bLd1O b/1EYWoY/SknA== Date: Mon, 3 Jan 2022 17:49:45 +0530 From: Vinod Koul To: Kunihiko Hayashi Cc: Masami Hiramatsu , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: uniphier-xdmac: Fix type of address variables Message-ID: References: <1639456963-10232-1-git-send-email-hayashi.kunihiko@socionext.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1639456963-10232-1-git-send-email-hayashi.kunihiko@socionext.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220103_041952_210285_4212A08A X-CRM114-Status: UNSURE ( 8.03 ) 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 14-12-21, 13:42, Kunihiko Hayashi wrote: > The variables src_addr and dst_addr handle DMA addresses, so these should > be declared as dma_addr_t. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel