diff options
Diffstat (limited to 'linux/drivers/media/dvb/frontends/sp887x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/sp887x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x.c b/linux/drivers/media/dvb/frontends/sp887x.c index e9548e53d..80ac0f13a 100644 --- a/linux/drivers/media/dvb/frontends/sp887x.c +++ b/linux/drivers/media/dvb/frontends/sp887x.c @@ -648,7 +648,7 @@ static int detach_client(struct i2c_client *client) dprintk ("%s\n", __FUNCTION__); - dvb_unregister_frontend_new (sp887x_ioctl, state->dvb); + dvb_unregister_frontend (sp887x_ioctl, state->dvb); i2c_detach_client(client); BUG_ON(state->dvb); kfree(client); |