Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333325
b: refs/heads/master
c: 59c2795
h: refs/heads/master
i:
  333323: 62b9ead
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Tony Lindgren committed Oct 9, 2012
1 parent 73c46c3 commit c179e54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: c09fcc438ca7b5498f74e4fcd0b0ce691b4fca5c
refs/heads/master: 59c27953dbba4a31aeec441e0f59a047a800c059
8 changes: 4 additions & 4 deletions trunk/arch/arm/plat-omap/omap-pm-noop.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int omap_pm_set_max_mpu_wakeup_lat(struct device *dev, long t)
if (!dev || t < -1) {
WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
return -EINVAL;
};
}

if (t == -1)
pr_debug("OMAP PM: remove max MPU wakeup latency constraint: dev %s\n",
Expand Down Expand Up @@ -67,7 +67,7 @@ int omap_pm_set_min_bus_tput(struct device *dev, u8 agent_id, unsigned long r)
agent_id != OCP_TARGET_AGENT)) {
WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
return -EINVAL;
};
}

if (r == 0)
pr_debug("OMAP PM: remove min bus tput constraint: dev %s for agent_id %d\n",
Expand All @@ -93,7 +93,7 @@ int omap_pm_set_max_dev_wakeup_lat(struct device *req_dev, struct device *dev,
if (!req_dev || !dev || t < -1) {
WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
return -EINVAL;
};
}

if (t == -1)
pr_debug("OMAP PM: remove max device latency constraint: dev %s\n",
Expand Down Expand Up @@ -123,7 +123,7 @@ int omap_pm_set_max_sdma_lat(struct device *dev, long t)
if (!dev || t < -1) {
WARN(1, "OMAP PM: %s: invalid parameter(s)", __func__);
return -EINVAL;
};
}

if (t == -1)
pr_debug("OMAP PM: remove max DMA latency constraint: dev %s\n",
Expand Down

0 comments on commit c179e54

Please sign in to comment.