diff options
Diffstat (limited to 'drivers/media/radio/radio-tea5764.c')
-rw-r--r-- | drivers/media/radio/radio-tea5764.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/radio/radio-tea5764.c b/drivers/media/radio/radio-tea5764.c index 730ffd9cdd3e..1d357b79b2fd 100644 --- a/drivers/media/radio/radio-tea5764.c +++ b/drivers/media/radio/radio-tea5764.c | |||
@@ -460,12 +460,8 @@ static int vidioc_s_audio(struct file *file, void *priv, | |||
460 | static int tea5764_open(struct file *file) | 460 | static int tea5764_open(struct file *file) |
461 | { | 461 | { |
462 | /* Currently we support only one device */ | 462 | /* Currently we support only one device */ |
463 | int minor = video_devdata(file)->minor; | ||
464 | struct tea5764_device *radio = video_drvdata(file); | 463 | struct tea5764_device *radio = video_drvdata(file); |
465 | 464 | ||
466 | if (radio->videodev->minor != minor) | ||
467 | return -ENODEV; | ||
468 | |||
469 | mutex_lock(&radio->mutex); | 465 | mutex_lock(&radio->mutex); |
470 | /* Only exclusive access */ | 466 | /* Only exclusive access */ |
471 | if (radio->users) { | 467 | if (radio->users) { |