From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Wed, 09 Feb 2011 08:27:46 +0000 Subject: Re: [PATCH v2] dma: shdma: add checking the DMAOR_AE in sh_dmae_err Message-Id: <20110209082746.GC16518@linux-sh.org> List-Id: References: <4D524667.3040306@renesas.com> In-Reply-To: <4D524667.3040306@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Feb 09, 2011 at 04:46:47PM +0900, Yoshihiro Shimoda wrote: > The irq numbers of tranfer end and address error are assigned same number > on some CPU. So the sh_dmae_err() should check the AE flag in DMAOR. > > Signed-off-by: Yoshihiro Shimoda Thanks for cleaning it up! Applied.