Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 160998
b: refs/heads/master
c: e34ccdf
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and James Bottomley committed Aug 22, 2009
1 parent 6058499 commit d9e0356
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0fd30f77693f4fef32d30d4801cd21dcd487c2f0
refs/heads/master: e34ccdfe0e08a6acb8c5e649fef1e94e6cd637f9
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/lpfc/lpfc_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -4130,8 +4130,7 @@ lpfc_hba_alloc(struct pci_dev *pdev)
/* Allocate memory for HBA structure */
phba = kzalloc(sizeof(struct lpfc_hba), GFP_KERNEL);
if (!phba) {
lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
"1417 Failed to allocate hba struct.\n");
dev_err(&pdev->dev, "failed to allocate hba struct\n");
return NULL;
}

Expand Down

0 comments on commit d9e0356

Please sign in to comment.