mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
media: imx274: fix typo in comment
interal->interval Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
4c858e962e
commit
013433919a
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ static int imx274_s_frame_interval(struct v4l2_subdev *sd,
|
|||
if (!ret) {
|
||||
/*
|
||||
* exposure time range is decided by frame interval
|
||||
* need to update it after frame interal changes
|
||||
* need to update it after frame interval changes
|
||||
*/
|
||||
min = IMX274_MIN_EXPOSURE_TIME;
|
||||
max = fi->interval.numerator * 1000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue