|
@@ -459,7 +459,7 @@ int omap_device_enable(struct platform_device *pdev)
|
|
ret = _omap_device_activate(od, IGNORE_WAKEUP_LAT);
|
|
ret = _omap_device_activate(od, IGNORE_WAKEUP_LAT);
|
|
|
|
|
|
od->dev_wakeup_lat = 0;
|
|
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;
|
|
od->_state = OMAP_DEVICE_STATE_ENABLED;
|
|
|
|
|
|
return ret;
|
|
return ret;
|