dmaengine: delete redundant chan_id and chancnt initialization in dma drivers
authorBarry Song <Baohua.Song@csr.com>
Thu, 15 Sep 2011 10:06:30 +0000 (03:06 -0700)
committerVinod Koul <vinod.koul@intel.com>
Tue, 20 Sep 2011 06:21:33 +0000 (11:51 +0530)
commit463894705e4089d0ff69e7d877312d496ac70e5b
tree5690c961fa4b989861fc7632ce872300338aedc3
parentc12056466d76cdff884402d15f077dd0586e5215
dmaengine: delete redundant chan_id and chancnt initialization in dma drivers

dma_async_device_register will re-init chan_id and chancnt,
so whatever chan_id and chancnt are set in drivers, they will
be re-written by dma_async_device_register.

Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Viresh Kumar <viresh.kumar@st.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Piotr Ziecik <kosmo@semihalf.com>
Cc: Yong Wang <yong.y.wang@intel.com>
Cc: Jaswinder Singh <jassi.brar@samsung.com>
Cc: Pelagicore AB <info@pelagicore.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_hdmac.c
drivers/dma/dw_dmac.c
drivers/dma/intel_mid_dma.c
drivers/dma/mpc512x_dma.c
drivers/dma/pch_dma.c
drivers/dma/pl330.c
drivers/dma/timb_dma.c