commit | 611a347b45b67733ee6e4c6c2cc7527977f93f94 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Thu Sep 06 15:23:13 2012 -0500 |
committer | Andy Fleming <afleming@freescale.com> | Thu Sep 06 15:23:13 2012 -0500 |
tree | cca97ffca6ce8dfeeba0aa8e431c8a041d826366 | |
parent | b1929eaeeaa748fc50c451f23b3faf31c39b5290 [diff] |
mmc: Remove incorrect cmd->flags usage There were a couple of drivers that were actually using the flags field of the cmd structure, despite the fact that no one ever *set* that field. When we removed the field, those drivers failed to compile. Replaced the references with the correct usage of resp_type. Signed-off-by: Andy Fleming <afleming@freescale.com>