Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204319
b: refs/heads/master
c: d23948e
h: refs/heads/master
i:
  204317: dd164c5
  204315: ab67111
  204311: 4a8f03c
  204303: 4b0e497
  204287: 90ad073
v: v3
  • Loading branch information
Swen Schillig authored and James Bottomley committed Jul 28, 2010
1 parent 50c7ac9 commit f6921bc
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: 2d1e547f7523514d1da449bcf08645fe13579378
refs/heads/master: d23948ea38c4c6aa13e4df903dfdd71cabd0e6a3
2 changes: 1 addition & 1 deletion trunk/drivers/s390/scsi/zfcp_dbf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ int zfcp_dbf_adapter_register(struct zfcp_adapter *adapter)
char dbf_name[DEBUG_MAX_NAME_LEN];
struct zfcp_dbf *dbf;

dbf = kmalloc(sizeof(struct zfcp_dbf), GFP_KERNEL);
dbf = kzalloc(sizeof(struct zfcp_dbf), GFP_KERNEL);
if (!dbf)
return -ENOMEM;

Expand Down

0 comments on commit f6921bc

Please sign in to comment.