diff options
author | Michael Hunold <devnull@localhost> | 2004-08-24 16:12:55 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-08-24 16:12:55 +0000 |
commit | a30c4341e56cf7b4bec3effe65f4e6e8d5c90d8f (patch) | |
tree | 28f0fbfd79c12b84b988548b23a68be84ff1a9eb /linux/drivers/media/dvb/frontends/cx24110.c | |
parent | 210c9b82e8ef3cde258bc506cfdff6472a1fc0ad (diff) | |
download | mediapointer-dvb-s2-a30c4341e56cf7b4bec3effe65f4e6e8d5c90d8f.tar.gz mediapointer-dvb-s2-a30c4341e56cf7b4bec3effe65f4e6e8d5c90d8f.tar.bz2 |
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
Diffstat (limited to 'linux/drivers/media/dvb/frontends/cx24110.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/cx24110.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/cx24110.c b/linux/drivers/media/dvb/frontends/cx24110.c index 6f1efb975..ac4ac26bc 100644 --- a/linux/drivers/media/dvb/frontends/cx24110.c +++ b/linux/drivers/media/dvb/frontends/cx24110.c @@ -708,7 +708,7 @@ static int detach_client (struct i2c_client *client) { struct cx24110_state *state = i2c_get_clientdata(client); - dvb_unregister_frontend_new(cx24110_ioctl, state->dvb); + dvb_unregister_frontend(cx24110_ioctl, state->dvb); i2c_detach_client(client); BUG_ON(state->dvb); kfree(client); |