commit | 5289b5350ba5442cfcfbb18488b3a9d9e4f39ede | [log] [tgz] |
---|---|---|
author | Andrew Gabbasov <andrew_gabbasov@mentor.com> | Thu Mar 19 07:44:04 2015 -0500 |
committer | Pantelis Antoniou <pantelis.antoniou@konsulko.com> | Tue May 05 11:54:09 2015 +0300 |
tree | 09246061a8b4aaf2d235e9ba1aad174745b934c0 | |
parent | a626c8d418d5fd1f8429294e7efe3fa2e4ca90fe [diff] |
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() The previous change to use 'ocr' structure field for storing send_op_cond command response also stopped using command response directly outside of mmc_send_op_cond_iter(). Now it becomes possible to use command structure in mmc_send_op_cond_iter() locally, removing a necessity to pass it as an argument from the caller. Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>