Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269611
b: refs/heads/master
c: 0b3b557
h: refs/heads/master
i:
  269609: f56e7ba
  269607: 3c602d9
v: v3
  • Loading branch information
Ben Skeggs committed Sep 20, 2011
1 parent d247bd1 commit d20e071
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e425e0b33990575fd1c41671725b36247a325ea9
refs/heads/master: 0b3b5579e1e498af2383b0d0d68e84f2e0bc76db
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_perf.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ nouveau_perf_timing(struct drm_device *dev, struct bit_entry *P,

entry += ramcfg * recordlen;
if (entry[1] >= pm->memtimings.nr_timing) {
NV_WARN(dev, "timingset %d does not exist\n", entry[1]);
if (entry[1] != 0xff)
NV_WARN(dev, "timingset %d does not exist\n", entry[1]);
return NULL;
}

Expand Down

0 comments on commit d20e071

Please sign in to comment.