commit | e47c222b22cd53c317a5573e1dc5f9e0cbd46380 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Jan 08 16:42:51 2007 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Jan 08 19:49:51 2007 +0000 |
tree | e9c4563c7cc425a99a52931f591a8357273ed20c | |
parent | db6ccbb61c1291c8aaefadcc8304444f27eeb88d [diff] |
[ARM] Fix potential MMCI bug The MMCI driver might end up aborting the initial command and leaving the data part of the command sequence still in place. Avoid this problem by ensuring that any data sequence is properly cleared out when a command completes. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>