aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-wl1273.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/radio/radio-wl1273.c')
-rw-r--r--drivers/media/radio/radio-wl1273.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c
index cabbe3adf435..02151e0e6e63 100644
--- a/drivers/media/radio/radio-wl1273.c
+++ b/drivers/media/radio/radio-wl1273.c
@@ -2085,8 +2085,7 @@ static int wl1273_fm_radio_probe(struct platform_device *pdev)
2085 } 2085 }
2086 2086
2087 /* V4L2 configuration */ 2087 /* V4L2 configuration */
2088 memcpy(&radio->videodev, &wl1273_viddev_template, 2088 radio->videodev = wl1273_viddev_template;
2089 sizeof(wl1273_viddev_template));
2090 2089
2091 radio->videodev.v4l2_dev = &radio->v4l2dev; 2090 radio->videodev.v4l2_dev = &radio->v4l2dev;
2092 2091