Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218212
b: refs/heads/master
c: 64d202b
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Sep 24, 2010
1 parent 0a04e8b commit 1a220a7
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: 0fbb114af7ea63227599460c412fb8796556a169
refs/heads/master: 64d202b4d78968979c0d44306854d41f9b71626d
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ init_dp_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec)
return 3;
}

if (cond & 1)
if (!(cond & 1))
iexec->execute = false;
}
break;
Expand Down

0 comments on commit 1a220a7

Please sign in to comment.