Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302549
b: refs/heads/master
c: fc25f79
h: refs/heads/master
i:
  302547: 9596570
v: v3
  • Loading branch information
Dan Williams committed May 17, 2012
1 parent 664668d commit aa18076
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: 08e73be56b6b2e5459638481a54b755ed562ada8
refs/heads/master: fc25f79af321c01a739150ba2c09435cf977a63d
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/isci/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ static int __devinit isci_pci_probe(struct pci_dev *pdev, const struct pci_devic
if (!orom)
orom = isci_request_oprom(pdev);

for (i = 0; orom && i < ARRAY_SIZE(orom->ctrl); i++) {
for (i = 0; orom && i < num_controllers(pdev); i++) {
if (sci_oem_parameters_validate(&orom->ctrl[i],
orom->hdr.version)) {
dev_warn(&pdev->dev,
Expand Down

0 comments on commit aa18076

Please sign in to comment.