Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216995
b: refs/heads/master
c: 503923e
h: refs/heads/master
i:
  216993: 692965b
  216991: 8ca13eb
v: v3
  • Loading branch information
Kevin Hilman authored and Tony Lindgren committed Oct 8, 2010
1 parent 0a2ffea commit 5420bf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc7a1d2a540a780066aa562c651a88dd28b6fc8a
refs/heads/master: 503923eeecb93ff69ee940549f314e0fe3a68429
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-omap2/pm24xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ static int omap2_can_sleep(void)
{
if (omap2_fclks_active())
return 0;
if (!omap_uart_can_sleep())
return 0;
if (osc_ck->usecount > 1)
return 0;
if (omap_dma_running())
Expand Down

0 comments on commit 5420bf6

Please sign in to comment.