lkml.org 
[lkml]   [2010]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] mmc: fix mmc card disappearence on resume on ricoh mmc controllers
Hi,

On Mon, Jun 07, 2010 at 12:28:51AM +0300, Maxim Levitsky wrote:
> + /* Some controllers (especialy the ricoh mmc controller) delay
> + card detection on resume (probably since the controller
> + has to poke the card to determine if its MMC or not */
> +
> + if (host->mmc->bus_ops && (host->quirks &
> + SDHCI_QUIRK_WAIT_CARD_ON_RESUME)) {
> +
> + unsigned long timeout = jiffies + msecs_to_jiffies(2000);
> +
> + while (!time_after(jiffies, timeout))
> + if (sdhci_readl(host, SDHCI_PRESENT_STATE)
> + & SDHCI_CARD_PRESENT) {
> + break;

It looks like your editor is set to four-space instead of eight-space
tab characters, else you wouldn't be using so many tabs here.

--
Chris Ball <cjb@laptop.org>
One Laptop Per Child


\
 
 \ /
  Last update: 2010-06-07 01:51    [W:0.116 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site