]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sh_mmcif: Correct TX DMA channel allocation
authorChris Paterson <chris.paterson2@renesas.com>
Wed, 10 Feb 2016 14:07:01 +0000 (14:07 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 10 Feb 2016 16:02:25 +0000 (17:02 +0100)
commit614718c1157e144e90f2e0a43afb8e521b884237
tree46f04ada699330a3f60d03a974ee70c9d00799e1
parentbae33bba6b707261bccbd36d8b0f25a8ab773e0b
mmc: sh_mmcif: Correct TX DMA channel allocation

Commit 888f3e7a38f5 ("mmc: sh_mmcif: rework dma channel handling")
introduced a typo causing the TX DMA channel allocation to be overwritten
by the requested RX DMA channel.

Fixes: 888f3e7a38f5 ("mmc: sh_mmcif: rework dma channel handling")
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sh_mmcif.c