diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index d2f43bd2f841..c71f394fc0ea 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -3472,6 +3472,7 @@ static int radio_release(struct file *file) | |||
3472 | struct bttv *btv = fh->btv; | 3472 | struct bttv *btv = fh->btv; |
3473 | struct rds_command cmd; | 3473 | struct rds_command cmd; |
3474 | 3474 | ||
3475 | v4l2_prio_close(&btv->prio,&fh->prio); | ||
3475 | file->private_data = NULL; | 3476 | file->private_data = NULL; |
3476 | kfree(fh); | 3477 | kfree(fh); |
3477 | 3478 | ||