]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: omap: Fix DMA configuration to not rely on device id
authorTony Lindgren <tony@atomide.com>
Tue, 26 Nov 2013 23:50:33 +0000 (15:50 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Nov 2013 23:50:33 +0000 (15:50 -0800)
commita635fd99cd6187ee88fde7357e45666680310e84
tree4ebffd2b86323344e0bd9bc47ee80e9ac9494604
parent3f39263ffb7edf89d3e280c0cd28c87510cf6fd9
mmc: omap: Fix DMA configuration to not rely on device id

We are wrongly relying on device id for the DMA configuration
which can lead to wrong DMA channel being selected.

Fix the issue by using the standard resources like we should.

Cc: linux-mmc@vger.kernel.org
Acked-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/host/omap.c