From: Barry Song Date: Thu, 15 Sep 2011 10:06:30 +0000 (-0700) Subject: dmaengine: delete redundant chan_id and chancnt initialization in dma drivers X-Git-Tag: v3.2-rc1~47^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=463894705e4089d0ff69e7d877312d496ac70e5b;p=pandora-kernel.git 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 Cc: Viresh Kumar Cc: Vinod Koul Cc: Piotr Ziecik Cc: Yong Wang Cc: Jaswinder Singh Cc: Pelagicore AB Signed-off-by: Barry Song Acked-by: Viresh Kumar Signed-off-by: Vinod Koul --- Reading git-diff-tree failed