mmc: sh_mmcif: Correct TX DMA channel allocation
authorChris Paterson <[email protected]>
Wed, 10 Feb 2016 14:07:01 +0000 (14:07 +0000)
committerUlf Hansson <[email protected]>
Wed, 10 Feb 2016 16:02:25 +0000 (17:02 +0100)
commita32ef81c9889c9554a3c4b465c4ee7b2d26c6b10
tree46f04ada699330a3f60d03a974ee70c9d00799e1
parentf00ab14c252ac459e86194747a1f580ab503c954
mmc: sh_mmcif: Correct TX DMA channel allocation

Commit 27cbd7e815a8 ("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: 27cbd7e815a8 ("mmc: sh_mmcif: rework dma channel handling")
Signed-off-by: Chris Paterson <[email protected]>
Acked-by: Laurent Pinchart <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/sh_mmcif.c