Re: [PATCH 1/4] MMC: Rename erase_timeout to cmd_timeout.

2011-04-11 Thread Andrei Warkentin
On Mon, Apr 11, 2011 at 2:18 PM, John Calixto john.cali...@modsystems.com wrote: Hi Andrei, On Tue, 5 Apr 2011, Andrei Warkentin wrote: diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 07f27af..a7d7da7 100644 --- a/include/linux/mmc/core.h +++

[PATCH 1/4] MMC: Rename erase_timeout to cmd_timeout.

2011-04-05 Thread Andrei Warkentin
Renames erase_timeout to cmd_timeout inside struct mmc_command. First step to making host honor timeouts for non-data-transfer commands. Cleans up erase timeout code. Signed-off-by: Andrei Warkentin andr...@motorola.com --- drivers/mmc/core/core.c | 39 +--