commit | 484919cf3351212ebf748b9b13ece1ddaf7e7d1c | [log] [tgz] |
---|---|---|
author | Peter Tyser <ptyser@xes-inc.com> | Tue Jun 30 17:15:44 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jul 01 23:07:45 2009 -0500 |
tree | fcb32c083cfe882ecfbf11f11e133398f6a6ab6e | |
parent | 51402ac12be9a0025f16db51fbde7c050a54e5fe [diff] |
fsl_dma: Fix Channel Start bug in dma_check() The Channel Start (CS) bit in the Mode Register (MR) should actually be cleared as the comment in the code suggests. Previously, CS was being set, not cleared. Assuming normal operation of the DMA engine, this change shouldn't have any real affect. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>