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/at76c651.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/at76c651.c')
| -rw-r--r-- | linux/drivers/media/dvb/frontends/at76c651.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/at76c651.c b/linux/drivers/media/dvb/frontends/at76c651.c index 32556dc52..a41e3ce05 100644 --- a/linux/drivers/media/dvb/frontends/at76c651.c +++ b/linux/drivers/media/dvb/frontends/at76c651.c @@ -508,7 +508,7 @@ static int detach_client(struct i2c_client *client) { struct at76c651_state *state = i2c_get_clientdata(client); - dvb_unregister_frontend_new(at76c651_ioctl, state->dvb); + dvb_unregister_frontend(at76c651_ioctl, state->dvb); i2c_detach_client(client); BUG_ON(state->dvb); kfree(client); |
