diff options
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/scsi/zfcp_dbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/scsi/zfcp_dbf.c b/drivers/s390/scsi/zfcp_dbf.c index 075852f6968c..a08d33a96ec9 100644 --- a/drivers/s390/scsi/zfcp_dbf.c +++ b/drivers/s390/scsi/zfcp_dbf.c | |||
@@ -1005,7 +1005,7 @@ int zfcp_dbf_adapter_register(struct zfcp_adapter *adapter) | |||
1005 | char dbf_name[DEBUG_MAX_NAME_LEN]; | 1005 | char dbf_name[DEBUG_MAX_NAME_LEN]; |
1006 | struct zfcp_dbf *dbf; | 1006 | struct zfcp_dbf *dbf; |
1007 | 1007 | ||
1008 | dbf = kmalloc(sizeof(struct zfcp_dbf), GFP_KERNEL); | 1008 | dbf = kzalloc(sizeof(struct zfcp_dbf), GFP_KERNEL); |
1009 | if (!dbf) | 1009 | if (!dbf) |
1010 | return -ENOMEM; | 1010 | return -ENOMEM; |
1011 | 1011 | ||