Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324218
b: refs/heads/master
c: 0a4af14
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas committed Aug 22, 2012
1 parent fcebdcc commit d81f0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 0b79ca2a800d1a2ed0386886c8358217f3371592
refs/heads/master: 0a4af1473a7d81fc90e195fb5b241ab5fcf933ca
5 changes: 2 additions & 3 deletions trunk/drivers/char/agp/sgi-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,12 +289,11 @@ static int __devinit agp_sgi_init(void)

j = 0;
list_for_each_entry(info, &tioca_list, ca_list) {
struct list_head *tmp;
if (list_empty(info->ca_devices))
continue;
list_for_each(tmp, info->ca_devices) {
list_for_each_entry(pdev, info->ca_devices, bus_list) {
u8 cap_ptr;
pdev = pci_dev_b(tmp);

if (pdev->class != (PCI_CLASS_DISPLAY_VGA << 8))
continue;
cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP);
Expand Down

0 comments on commit d81f0dc

Please sign in to comment.