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/mt352.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/mt352.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/mt352.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/mt352.c b/linux/drivers/media/dvb/frontends/mt352.c index 4d9025628..f855d7dfa 100644 --- a/linux/drivers/media/dvb/frontends/mt352.c +++ b/linux/drivers/media/dvb/frontends/mt352.c @@ -840,7 +840,7 @@ static int mt352_detach_client(struct i2c_client *client) { struct mt352_state *state = i2c_get_clientdata(client); - dvb_unregister_frontend_new (mt352_ioctl, state->dvb); + dvb_unregister_frontend (mt352_ioctl, state->dvb); i2c_detach_client(client); BUG_ON(state->dvb); kfree(client); |