Message ID | f666b7ca-146e-6574-b066-2b1e034c26f5@users.sourceforge.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/drivers/media/dvb-frontends/tda8261.c b/drivers/media/dvb-frontends/tda8261.c index e3b4183d00c2..492d8c03a5fa 100644 --- a/drivers/media/dvb-frontends/tda8261.c +++ b/drivers/media/dvb-frontends/tda8261.c @@ -183,7 +183,7 @@ struct dvb_frontend *tda8261_attach(struct dvb_frontend *fe, const struct tda8261_config *config, struct i2c_adapter *i2c) { - struct tda8261_state *state = NULL; + struct tda8261_state *state; state = kzalloc(sizeof(*state), GFP_KERNEL); if (!state)