]> 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)
commit9507410004163d74a3baf4e37f14f567db0e859b
tree46f04ada699330a3f60d03a974ee70c9d00799e1
parent8e5060171b835e6aa157ec789d36368110b97547
mmc: sh_mmcif: Correct TX DMA channel allocation

Commit ac7f840aa9ae ("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: ac7f840aa9ae ("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