Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184712
b: refs/heads/master
c: e3df0fb
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Hunter authored and Tony Lindgren committed Feb 15, 2010
1 parent 80b4d79 commit f8427cc
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: 68ff04231ce9128d400f47762ae3c921be79cd49
refs/heads/master: e3df0fb4132fff8717cb0c08403c12138fd3ae39
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-omap2/hsmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <mach/hardware.h>
#include <plat/control.h>
#include <plat/mmc.h>
#include <plat/omap-pm.h>

#include "hsmmc.h"

Expand All @@ -34,8 +35,7 @@ static struct hsmmc_controller {

static int hsmmc_get_context_loss(struct device *dev)
{
/* FIXME: PM DPS not implemented yet */
return 0;
return omap_pm_get_dev_context_loss_count(dev);
}

#else
Expand Down

0 comments on commit f8427cc

Please sign in to comment.