Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345389
b: refs/heads/master
c: 1f2285d
h: refs/heads/master
i:
  345387: b8f95d6
v: v3
  • Loading branch information
Viktor Novotný authored and Ben Skeggs committed Nov 28, 2012
1 parent 8f67fb2 commit 4013bf8
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: fced4b221177f48743a1ea29ad3f592da1215d87
refs/heads/master: 1f2285d462c02ef9b82ee9c553a31884c23994f0
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/subdev/device/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ nouveau_devobj_ctor(struct nouveau_object *parent,

/* determine frequency of timing crystal */
if ( device->chipset < 0x17 ||
(device->chipset >= 0x20 && device->chipset <= 0x25))
(device->chipset >= 0x20 && device->chipset < 0x25))
strap &= 0x00000040;
else
strap &= 0x00400040;
Expand Down

0 comments on commit 4013bf8

Please sign in to comment.