Merge branch 'topic/soundcore-preclaim' into for-linus
[pandora-kernel.git] / drivers / media / dvb / frontends / s5h1409.c
index 3e08d98..fb30115 100644 (file)
@@ -796,7 +796,7 @@ struct dvb_frontend *s5h1409_attach(const struct s5h1409_config *config,
        u16 reg;
 
        /* allocate memory for the internal state */
-       state = kmalloc(sizeof(struct s5h1409_state), GFP_KERNEL);
+       state = kzalloc(sizeof(struct s5h1409_state), GFP_KERNEL);
        if (state == NULL)
                goto error;