diff options
-rw-r--r-- | drivers/media/video/ivtv/ivtv-fileops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fileops.c b/drivers/media/video/ivtv/ivtv-fileops.c index 0e0605cc0bd3..24fcbb88e529 100644 --- a/drivers/media/video/ivtv/ivtv-fileops.c +++ b/drivers/media/video/ivtv/ivtv-fileops.c | |||
@@ -892,6 +892,7 @@ static int ivtv_serialized_open(struct ivtv_stream *s, struct file *filp) | |||
892 | if (atomic_read(&itv->capturing) > 0) { | 892 | if (atomic_read(&itv->capturing) > 0) { |
893 | /* switching to radio while capture is | 893 | /* switching to radio while capture is |
894 | in progress is not polite */ | 894 | in progress is not polite */ |
895 | ivtv_release_stream(s); | ||
895 | kfree(item); | 896 | kfree(item); |
896 | return -EBUSY; | 897 | return -EBUSY; |
897 | } | 898 | } |