Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184715
b: refs/heads/master
c: 4380eea
h: refs/heads/master
i:
  184713: 08f8b30
  184711: 80b4d79
v: v3
  • Loading branch information
Adrian Hunter authored and Tony Lindgren committed Feb 15, 2010
1 parent 8f6a2df commit 6afd85d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1df58db8a25ec7656005f1dd161a9ede044551b7
refs/heads/master: 4380eea266940a82e5b8edd5c16ce0289679bcfe
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/omap_hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ static int omap_hsmmc_enabled_to_disabled(struct omap_hsmmc_host *host)
if (host->power_mode == MMC_POWER_OFF)
return 0;

return msecs_to_jiffies(OMAP_MMC_SLEEP_TIMEOUT);
return OMAP_MMC_SLEEP_TIMEOUT;
}

/* Handler for [DISABLED -> REGSLEEP / CARDSLEEP] transition */
Expand Down Expand Up @@ -1663,7 +1663,7 @@ static int omap_hsmmc_disabled_to_sleep(struct omap_hsmmc_host *host)
mmc_slot(host).card_detect ||
(mmc_slot(host).get_cover_state &&
mmc_slot(host).get_cover_state(host->dev, host->slot_id)))
return msecs_to_jiffies(OMAP_MMC_OFF_TIMEOUT);
return OMAP_MMC_OFF_TIMEOUT;

return 0;
}
Expand Down

0 comments on commit 6afd85d

Please sign in to comment.