linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / s390 / char / vmlogrdr.c
index c625b69..b2d75de 100644 (file)
@@ -759,8 +759,9 @@ vmlogrdr_register_device(struct vmlogrdr_priv_t *priv) {
        struct device *dev;
        int ret;
 
-       dev = kzalloc(sizeof(struct device), GFP_KERNEL);
+       dev = kmalloc(sizeof(struct device), GFP_KERNEL);
        if (dev) {
+               memset(dev, 0, sizeof(struct device));
                snprintf(dev->bus_id, BUS_ID_SIZE, "%s",
                         priv->internal_name);
                dev->bus = &iucv_bus;