Re: [PATCH 4/4] mtd: gpmi-nand: move to dma_transfer_direction

2011-12-13 Thread Huang Shijie
于 2011年12月13日 23:48, Shawn Guo 写道: > This patch fixes usage of dma direction to adopt dma_transfer_direction. > > Signed-off-by: Shawn Guo > --- > drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 22 -- > 1 files changed, 12 insertions(+), 10 deletions(-) > > diff --git a/drivers/mtd

[PATCH 4/4] mtd: gpmi-nand: move to dma_transfer_direction

2011-12-13 Thread Shawn Guo
This patch fixes usage of dma direction to adopt dma_transfer_direction. Signed-off-by: Shawn Guo --- drivers/mtd/nand/gpmi-nand/gpmi-lib.c | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gp