diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda8083.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda8083.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda8083.c b/linux/drivers/media/dvb/frontends/tda8083.c index db6624b9f..da82e90d6 100644 --- a/linux/drivers/media/dvb/frontends/tda8083.c +++ b/linux/drivers/media/dvb/frontends/tda8083.c @@ -405,7 +405,7 @@ struct dvb_frontend* tda8083_attach(const struct tda8083_config* config, return &state->frontend; error: - if (state) kfree(state); + kfree(state); return NULL; } |