Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40906
b: refs/heads/master
c: d6e89cb
h: refs/heads/master
v: v3
  • Loading branch information
Nathan Lynch authored and Linus Torvalds committed Nov 14, 2006
1 parent b7ea1ad commit fd88bb4
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: ba8df43c0ee93ec05fc526278a80aaf4cb5ab1fa
refs/heads/master: d6e89cb6cd3a10eb203914093642f580c20476d4
2 changes: 1 addition & 1 deletion trunk/drivers/video/nvidia/nv_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ static void nv10GetConfig(struct nvidia_par *par)
#endif

dev = pci_find_slot(0, 1);
if ((par->Chipset && 0xffff) == 0x01a0) {
if ((par->Chipset & 0xffff) == 0x01a0) {
int amt = 0;

pci_read_config_dword(dev, 0x7c, &amt);
Expand Down

0 comments on commit fd88bb4

Please sign in to comment.