The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2] media: ov5640: fix get_light_freq on auto
@ 2024-11-22  8:28 Michal Simek
  2024-12-13  8:54 ` Sakari Ailus
  0 siblings, 1 reply; 7+ messages in thread
From: Michal Simek @ 2024-11-22  8:28 UTC (permalink / raw)
  To: linux-kernel, monstr, michal.simek, git
  Cc: stable, Sam Bobrowicz, Hans Verkuil, Mauro Carvalho Chehab,
	Sakari Ailus, Steve Longerbeam,
	open list:V4L2 CAMERA SENSOR DRIVERS

From: Sam Bobrowicz <sam@elite-embedded.com>

Light frequency was not properly returned when in auto
mode and the detected frequency was 60Hz.

Fixes: 19a81c1426c1 ("[media] add Omnivision OV5640 sensor driver")
Signed-off-by: Sam Bobrowicz <sam@elite-embedded.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Cc: <stable@kernel.org>
---

Changes in v2:
- add Fixes tag and cc stable

 drivers/media/i2c/ov5640.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/i2c/ov5640.c
index c1d3fce4a7d3..8566bc2edde9 100644
--- a/drivers/media/i2c/ov5640.c
+++ b/drivers/media/i2c/ov5640.c
@@ -1982,6 +1982,7 @@ static int ov5640_get_light_freq(struct ov5640_dev *sensor)
 			light_freq = 50;
 		} else {
 			/* 60Hz */
+			light_freq = 60;
 		}
 	}
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-12-14 18:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-22  8:28 [PATCH v2] media: ov5640: fix get_light_freq on auto Michal Simek
2024-12-13  8:54 ` Sakari Ailus
2024-12-13 10:30   ` Michal Simek
2024-12-13 11:12     ` Greg Kroah-Hartman
2024-12-13 12:37       ` Michal Simek
2024-12-14 18:24       ` Sakari Ailus
2024-12-14 18:41         ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox