From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/2] net: sh_eth: DMA mapping API fixes Date: Tue, 05 Dec 2017 14:42:59 -0500 (EST) Message-ID: <20171205.144259.1917745716758080716.davem@davemloft.net> References: <20171204133327.3505-1-thomas.petazzoni@free-electrons.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: sergei.shtylyov@cogentembedded.com, niklas.soderlund+renesas@ragnatech.se, geert+renesas@glider.be, horms+renesas@verge.net.au, netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org To: thomas.petazzoni@free-electrons.com Return-path: In-Reply-To: <20171204133327.3505-1-thomas.petazzoni@free-electrons.com> Sender: linux-renesas-soc-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Thomas Petazzoni Date: Mon, 4 Dec 2017 14:33:25 +0100 > Here are two patches that fix how the sh_eth driver is using the DMA > mapping API: a bogus struct device is used in some places, or a NULL > struct device is used. Series applied.