mmc: core: Rename cmd_timeout_ms to busy_timeout

To better reflect that the cmd_timeout_ms is directly related to the
busy detection timeout, let's rename it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
This commit is contained in:
Ulf Hansson
2014-01-08 15:06:08 +01:00
committed by Chris Ball
parent 68eb80e06b
commit 1d4d77444b
4 changed files with 7 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ struct mmc_command {
* actively failing requests
*/
unsigned int cmd_timeout_ms; /* in milliseconds */
unsigned int busy_timeout; /* busy detect timeout in ms */
/* Set this flag only for blocking sanitize request */
bool sanitize_busy;