Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273829
b: refs/heads/master
c: 5a3a76e
h: refs/heads/master
i:
  273827: efcaf7b
v: v3
  • Loading branch information
Sergei Shtylyov authored and Jens Axboe committed Sep 21, 2011
1 parent 7a343dd commit c4751f1
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: e03c8dd14915fabc101aa495828d58598dc5af98
refs/heads/master: 5a3a76e6c35fa236fc234d17a98edeb41d49130f
2 changes: 1 addition & 1 deletion trunk/drivers/block/cpqarray.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
}
vendor_id = pdev->vendor;
device_id = pdev->device;
revision = pdev->revision;
irq = pdev->irq;

for(i=0; i<6; i++)
Expand All @@ -632,7 +633,6 @@ static int cpqarray_pci_init(ctlr_info_t *c, struct pci_dev *pdev)
}

pci_read_config_word(pdev, PCI_COMMAND, &command);
pci_read_config_byte(pdev, PCI_CLASS_REVISION, &revision);
pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &cache_line_size);
pci_read_config_byte(pdev, PCI_LATENCY_TIMER, &latency_timer);

Expand Down

0 comments on commit c4751f1

Please sign in to comment.