Re: [PATCH] arch/avr32: Fix build failure for avr32 caused by typo

From: Hans-Christian Egtvedt
Date: Mon Dec 28 2009 - 03:15:57 EST


On Fri, 25 Dec 2009 20:08:45 +0100
Peter Huewe <PeterHuewe@xxxxxx> wrote:

> This patch fixes a build failure introduced by the patch
> atmel-mci: change use of dma slave interface by Nicolas Ferre
> by changing mci_dma_slave to the correct name of mci_dma_data
>
> This should make the avr32 tree build again.
>

Ah, great, I have not gotten around to test this yet. Thanks for the
patch. I've done some minor changes and also fixed the kzalloc/kfree
error handling. Please see the inlined patch below.