commit | 43b58b36b7e6554b8a96be6b9f63542c583c06e5 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <drzeus@drzeus.cx> | Wed Jul 25 23:15:27 2007 +0200 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Thu Jul 26 01:53:01 2007 +0200 |
tree | 5a8cdcfc2bb018a75c2d12d894d85e1835eed69a | |
parent | b8c1c5da1520977cb55a358f20fc09567d40cad9 [diff] |
mmc: check error bits before command completion Some controllers signal "command complete" even on failures (which they are allowed to do according to the spec). Make sure we check the error bits first so we don't get any false positives. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>