From: Nikolaus Voss Date: Tue, 17 Jan 2012 09:28:33 +0000 (+0100) Subject: at_hdmac: bugfix for enabling channel irq X-Git-Tag: v3.3-rc3~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bda3a47c886664e86ee14eb79e9072b9e341f575;p=pandora-kernel.git at_hdmac: bugfix for enabling channel irq commit 463894705e4089d0ff69e7d877312d496ac70e5b deleted redundant chan_id and chancnt initialization in dma drivers as this is done in dma_async_device_register(). However, atc_enable_irq() relied on chan_id set before registering the device, what left only channel 0 functional for this driver. This patch introduces atc_enable/disable_chan_irq() as a variant of atc_enable/disable_irq() with the channel as explicit argument. Signed-off-by: Nikolaus Voss Signed-off-by: Nicolas Ferre Cc: stable Signed-off-by: Vinod Koul --- Reading git-diff-tree failed