Home
last modified time | relevance | path

Searched hist:"5289 b5350ba5442cfcfbb18488b3a9d9e4f39ede" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c5289b5350ba5442cfcfbb18488b3a9d9e4f39ede Thu Mar 19 12:44:04 UTC 2015 Andrew Gabbasov <andrew_gabbasov@mentor.com> 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>