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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-wl1273.c b/drivers/media/radio/radio-wl1273.c
index 46cacf845049..6d1e4e750f63 100644
--- a/drivers/media/radio/radio-wl1273.c
+++ b/drivers/media/radio/radio-wl1273.c
@@ -2109,7 +2109,7 @@ static int __devinit wl1273_fm_radio_probe(struct platform_device *pdev)
2109 V4L2_CID_TUNE_ANTENNA_CAPACITOR, 2109 V4L2_CID_TUNE_ANTENNA_CAPACITOR,
2110 0, 255, 1, 255); 2110 0, 255, 1, 255);
2111 if (ctrl) 2111 if (ctrl)
2112 ctrl->is_volatile = 1; 2112 ctrl->flags |= V4L2_CTRL_FLAG_VOLATILE;
2113 2113
2114 if (radio->ctrl_handler.error) { 2114 if (radio->ctrl_handler.error) {
2115 r = radio->ctrl_handler.error; 2115 r = radio->ctrl_handler.error;