Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175632
b: refs/heads/master
c: 5f1b6ef
h: refs/heads/master
v: v3
  • Loading branch information
Kevin Hilman authored and paul committed Dec 12, 2009
1 parent 41ad8db commit 55e1aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a470c42cb89a5282f816b37a0d1eef68fe455f31
refs/heads/master: 5f1b6ef76ff87bb531a9304b36658b8ffaa91b08
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/omap_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ int omap_device_enable(struct platform_device *pdev)
ret = _omap_device_activate(od, IGNORE_WAKEUP_LAT);

od->dev_wakeup_lat = 0;
od->_dev_wakeup_lat_limit = INT_MAX;
od->_dev_wakeup_lat_limit = UINT_MAX;
od->_state = OMAP_DEVICE_STATE_ENABLED;

return ret;
Expand Down

0 comments on commit 55e1aea

Please sign in to comment.