From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: DMA-API warning from sunhme - unchecked dma_map_single error Date: Sat, 01 Nov 2014 00:24:19 -0400 (EDT) Message-ID: <20141101.002419.1322142980143770680.davem@davemloft.net> References: <20141031205258.C3A2F7FE2E@ilves.cyber.ee> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, sparclinux@vger.kernel.org To: mroos@linux.ee Return-path: In-Reply-To: Sender: sparclinux-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Meelis Roos Date: Fri, 31 Oct 2014 23:01:09 +0200 (EET) >>> It seems to be correct warning - dma_map_single is used unchecked in >>> sunhme.c. I can try fixing it - the error handling will be the only >>> problem. Is it considered worthwile? >> >> Can you test this patch? > > It works fine on E3500 where I had many debugging options on and > caught it. No warnings, network still works. Thanks for testing, I'll push this to Linus and -stable soon.