Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181254
b: refs/heads/master
c: 3dbf6c0
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and James Bottomley committed Jan 18, 2010
1 parent a8705a7 commit 106cd0c
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: 4ffd005a4dedf536330756742595ec904f740f48
refs/heads/master: 3dbf6c0012d12473461b7485006db373e8192fa5
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/pm8001/pm8001_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ static int __devinit pm8001_pci_probe(struct pci_dev *pdev,
}
chip = &pm8001_chips[ent->driver_data];
SHOST_TO_SAS_HA(shost) =
kcalloc(1, sizeof(struct sas_ha_struct), GFP_KERNEL);
kzalloc(sizeof(struct sas_ha_struct), GFP_KERNEL);
if (!SHOST_TO_SAS_HA(shost)) {
rc = -ENOMEM;
goto err_out_free_host;
Expand Down

0 comments on commit 106cd0c

Please sign in to comment.