[PATCH 03/11] atmel-mci: use dmaengine helper functions

2011-02-10 Thread Linus Walleij
Use the new dmaengine helpers to make the code more readable. Signed-off-by: Linus Walleij --- drivers/mmc/host/atmel-mci.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index df5a135..80bc9a5 100644 ---

Re: [PATCH 03/11] atmel-mci: use dmaengine helper functions

2011-02-10 Thread Nicolas Ferre
Le 10/02/2011 16:08, Linus Walleij : > Use the new dmaengine helpers to make the code more readable. > > Signed-off-by: Linus Walleij Signed-off-by: Nicolas Ferre > --- Thanks for this update Linus! (That was on my todo list ;-)) Best regards, > drivers/mmc/host/atmel-mci.c |6 +++--- >