]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: i2c: ov01a10: Replace exposure->min/step with direct define use
authorHans de Goede <hansg@kernel.org>
Tue, 14 Oct 2025 17:40:26 +0000 (19:40 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Tue, 13 Jan 2026 11:28:49 +0000 (12:28 +0100)
commite8fefc67f2d9df05524b182ac9d3f3f712315e3b
tree2a000fa7a40d273df8dd16ac5902661cfeeae098
parentd4fdb4e6e05c46a2746b96811345f45c937c41c9
media: i2c: ov01a10: Replace exposure->min/step with direct define use

The exposure minimum and step are constant use the defines for this
instead of retrieving these from the exposure-control.

Signed-off-by: Hans de Goede <hansg@kernel.org>
Tested-by: Mehdi Djait <mehdi.djait@linux.intel.com> # Dell XPS 9315
Reviewed-by: Mehdi Djait <mehdi.djait@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/i2c/ov01a10.c