Re: [PATCH] mmc: dw-mmc: fix the error for a few argument

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Mon, Dec 03 2012, Jaehoon Chung wrote:
> The argument of dw_mci_setup_bus is modified.
> (Abhilash's patch: mmc: dw-mc: Add sdio power binding)
> This patch used the dw_mci_setup_bus(slot, false) instead of
> dw_mci_setup_bus(slot)
>
> Signed-off-by: Jaehoon Chung <jh80.chung@xxxxxxxxxxx>
> ---
>  drivers/mmc/host/dw_mmc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c
> index 069ca70..323c502 100644
> --- a/drivers/mmc/host/dw_mmc.c
> +++ b/drivers/mmc/host/dw_mmc.c
> @@ -807,7 +807,7 @@ static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
>  		drv_data->set_ios(slot->host, ios);
>  
>  	/* Slot specific timing and width adjustment */
> -	dw_mci_setup_bus(slot);
> +	dw_mci_setup_bus(slot, false);
>  
>  	switch (ios->power_mode) {
>  	case MMC_POWER_UP:

Thanks for noticing -- I've rolled this change into your patch in
mmc-next now.

- Chris.
-- 
Chris Ball   <cjb@xxxxxxxxxx>   <http://printf.net/>
One Laptop Per Child
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux