Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56349
b: refs/heads/master
c: d30c736
h: refs/heads/master
i:
  56347: ff32aa5
v: v3
  • Loading branch information
Tony Lindgren committed May 10, 2007
1 parent 5918e57 commit b75beea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: 0695de32579edefd137f7e9fa056e6d204011d70
refs/heads/master: d30c7369666ff1687f668ea5a65b99d1f7e06144
11 changes: 1 addition & 10 deletions trunk/arch/arm/mach-omap1/pm.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//kernel/linux-omap-fsample/arch/arm/mach-omap1/pm.c#3 - integrate change 4545 (text)
/*
* linux/arch/arm/mach-omap1/pm.c
*
Expand Down Expand Up @@ -377,7 +376,7 @@ void omap_pm_suspend(void)
* Jump to assembly code. The processor will stay there
* until wake up.
*/
omap_sram_suspend(arg0, arg1);
omap_sram_suspend(arg0, arg1);

/*
* If we are here, processor is woken up!
Expand Down Expand Up @@ -631,10 +630,6 @@ static int omap_pm_prepare(suspend_state_t state)
case PM_SUSPEND_STANDBY:
case PM_SUSPEND_MEM:
break;

case PM_SUSPEND_DISK:
return -ENOTSUPP;

default:
return -EINVAL;
}
Expand All @@ -657,10 +652,6 @@ static int omap_pm_enter(suspend_state_t state)
case PM_SUSPEND_MEM:
omap_pm_suspend();
break;

case PM_SUSPEND_DISK:
return -ENOTSUPP;

default:
return -EINVAL;
}
Expand Down

0 comments on commit b75beea

Please sign in to comment.