diff options
Diffstat (limited to 'drivers/media/dvb/frontends/lgdt330x.c')
-rw-r--r-- | drivers/media/dvb/frontends/lgdt330x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/lgdt330x.c b/drivers/media/dvb/frontends/lgdt330x.c index 8dde72bd1046..7852b83b82d4 100644 --- a/drivers/media/dvb/frontends/lgdt330x.c +++ b/drivers/media/dvb/frontends/lgdt330x.c | |||
@@ -731,8 +731,7 @@ struct dvb_frontend* lgdt330x_attach(const struct lgdt330x_config* config, | |||
731 | return &state->frontend; | 731 | return &state->frontend; |
732 | 732 | ||
733 | error: | 733 | error: |
734 | if (state) | 734 | kfree(state); |
735 | kfree(state); | ||
736 | dprintk("%s: ERROR\n",__FUNCTION__); | 735 | dprintk("%s: ERROR\n",__FUNCTION__); |
737 | return NULL; | 736 | return NULL; |
738 | } | 737 | } |