]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: intel_mid_dma: fix error status mask
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 31 Jan 2012 10:48:59 +0000 (12:48 +0200)
committerVinod Koul <vinod.koul@linux.intel.com>
Wed, 22 Feb 2012 12:41:48 +0000 (18:11 +0530)
commit7f99a4216d68f6d75d5d544aa265d72f193bad7f
treeb8c40c704c886138e52c531d158773bb5d89b881
parentb63fd6ce71226e5e048e2035ba202b53f89a1825
dmaengine: intel_mid_dma: fix error status mask

The error status mask (MASK_ERR) has the same format as the other
masks (MASK_TFR, MASK_BLOCK etc) and must be cleared the same way.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/intel_mid_dma.c