Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254428
b: refs/heads/master
c: d37ee7e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent a29a363 commit f1ce3c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 3d6e428c0cd8d234bab0ac93aff9ccffacc8bc7e
refs/heads/master: d37ee7e89a98a583d45fbc8bdd1943cbaf642fd0
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/isci/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static int __devinit isci_pci_probe(struct pci_dev *pdev, const struct pci_devic
int err, i;
struct isci_host *isci_host;
const struct firmware *fw = NULL;
struct isci_orom *orom;
struct isci_orom *orom = NULL;
char *source = "(platform)";

check_si_rev(pdev);
Expand All @@ -487,7 +487,8 @@ static int __devinit isci_pci_probe(struct pci_dev *pdev, const struct pci_devic

if (efi_enabled)
orom = isci_get_efi_var(pdev);
else

if (!orom)
orom = isci_request_oprom(pdev);

for (i = 0; orom && i < ARRAY_SIZE(orom->ctrl); i++) {
Expand Down

0 comments on commit f1ce3c4

Please sign in to comment.