diff options
Diffstat (limited to 'drivers/media/radio/radio-cadet.c')
-rw-r--r-- | drivers/media/radio/radio-cadet.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-cadet.c b/drivers/media/radio/radio-cadet.c index 697a421c9940..643d80ac28fb 100644 --- a/drivers/media/radio/radio-cadet.c +++ b/drivers/media/radio/radio-cadet.c | |||
@@ -645,7 +645,8 @@ static int __init cadet_init(void) | |||
645 | set_bit(V4L2_FL_USE_FH_PRIO, &dev->vdev.flags); | 645 | set_bit(V4L2_FL_USE_FH_PRIO, &dev->vdev.flags); |
646 | video_set_drvdata(&dev->vdev, dev); | 646 | video_set_drvdata(&dev->vdev, dev); |
647 | 647 | ||
648 | if (video_register_device(&dev->vdev, VFL_TYPE_RADIO, radio_nr) < 0) | 648 | res = video_register_device(&dev->vdev, VFL_TYPE_RADIO, radio_nr); |
649 | if (res < 0) | ||
649 | goto err_hdl; | 650 | goto err_hdl; |
650 | v4l2_info(v4l2_dev, "ADS Cadet Radio Card at 0x%x\n", dev->io); | 651 | v4l2_info(v4l2_dev, "ADS Cadet Radio Card at 0x%x\n", dev->io); |
651 | return 0; | 652 | return 0; |