Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63677
b: refs/heads/master
c: c000c43
h: refs/heads/master
i:
  63675: 4081e7c
v: v3
  • Loading branch information
FUJITA Tomonori authored and James Bottomley committed Aug 1, 2007
1 parent 88aed3e commit 43c24de
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: 159e36fe996411a4a05added6b7b20b1c4490ebb
refs/heads/master: c000c43cf12090972fad0fbb621d78c2100d0373
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hosts.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ int scsi_add_host(struct Scsi_Host *shost, struct device *dev)
get_device(&shost->shost_gendev);

if (shost->transportt->host_size &&
(shost->shost_data = kmalloc(shost->transportt->host_size,
(shost->shost_data = kzalloc(shost->transportt->host_size,
GFP_KERNEL)) == NULL)
goto out_del_classdev;

Expand Down

0 comments on commit 43c24de

Please sign in to comment.