I'm studying imx-sdma code to implement mxs dma engine. The patch
set is to fix a couple trivial problems seen in the study.
[PATCH 1/2] dmaengine: imx-sdma: fix return of sdma_probe()
[PATCH 2/2] dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie()
Regards,
Shawn
Variable name sdma and sdmac are consistently used as the pointer to
sdma_engine and sdma_channel respectively throughout the file. The
patch fixes the inconsistency seen in function sdma_assign_cookie().
Signed-off-by: Shawn Guo <redacted>
---
drivers/dma/imx-sdma.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
On Mon, Jan 17, 2011 at 10:39:22PM +0800, Shawn Guo wrote:
I'm studying imx-sdma code to implement mxs dma engine. The patch
set is to fix a couple trivial problems seen in the study.
[PATCH 1/2] dmaengine: imx-sdma: fix return of sdma_probe()
[PATCH 2/2] dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie()
both Acked-by: Sascha Hauer [off-list ref]
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
If you make the commit log read something like:
dmaengine: imx-sdma: propagate error in sdma_probe instead of returning 0
you can have my ack.
Uwe
On Mon, Jan 17, 2011 at 10:39:23PM +0800, Shawn Guo wrote:
--
1.7.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel at lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Dan Williams <hidden> Date: 2011-01-30 06:20:26
On Mon, Jan 17, 2011 at 6:39 AM, Shawn Guo [off-list ref] wrote:
Variable name sdma and sdmac are consistently used as the pointer to
sdma_engine and sdma_channel respectively throughout the file. ?The
patch fixes the inconsistency seen in function sdma_assign_cookie().
Signed-off-by: Shawn Guo <redacted>
---