commit | fafa6a0ed257d74456457d8a97d50a12ff25b1c2 | [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 | ec600d16fc6c58d1af2f2665a93036805c081ee2 [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>