summaryrefslogtreecommitdiff
path: root/drivers/media/video/mxc/capture/ov5640_mipi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/mxc/capture/ov5640_mipi.c')
-rw-r--r--drivers/media/video/mxc/capture/ov5640_mipi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/mxc/capture/ov5640_mipi.c b/drivers/media/video/mxc/capture/ov5640_mipi.c
index 04f5ee73b5b9..a373e5bed450 100644
--- a/drivers/media/video/mxc/capture/ov5640_mipi.c
+++ b/drivers/media/video/mxc/capture/ov5640_mipi.c
@@ -904,6 +904,7 @@ int OV5640_get_light_freq(void)
light_freq = 50;
} else {
/* 60Hz */
+ light_freq = 60;
}
}
return light_freq;