diff options
Diffstat (limited to 'drivers/media/dvb/frontends/cx24113.c')
-rw-r--r-- | drivers/media/dvb/frontends/cx24113.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/cx24113.c b/drivers/media/dvb/frontends/cx24113.c index f6e7b0380a5a..e4fd533a427c 100644 --- a/drivers/media/dvb/frontends/cx24113.c +++ b/drivers/media/dvb/frontends/cx24113.c | |||
@@ -559,7 +559,7 @@ struct dvb_frontend *cx24113_attach(struct dvb_frontend *fe, | |||
559 | kzalloc(sizeof(struct cx24113_state), GFP_KERNEL); | 559 | kzalloc(sizeof(struct cx24113_state), GFP_KERNEL); |
560 | int rc; | 560 | int rc; |
561 | if (state == NULL) { | 561 | if (state == NULL) { |
562 | err("Unable to kmalloc\n"); | 562 | err("Unable to kzalloc\n"); |
563 | goto error; | 563 | goto error; |
564 | } | 564 | } |
565 | 565 | ||