Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
linux-next
Commits
95b548ae
Commit
95b548ae
authored
Oct 03, 2021
by
Dorota Czaplejewicz
Browse files
fix
parent
8f75f241
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/media/i2c/s5k3l6xx.c
View file @
95b548ae
...
...
@@ -732,7 +732,7 @@ static int s5k3l6xx_enum_frame_size(struct v4l2_subdev *sd,
dev_err
(
sd
->
dev
,
"fsize index %d code %d"
,
fse
->
index
,
fse
->
code
);
for
(
i
=
0
;
i
++
;
i
<
ARRAY_SIZE
(
s5k3l6xx_frames
))
{
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
s5k3l6xx_frames
)
;
i
++
)
{
dev_err
(
sd
->
dev
,
"index %d code %d"
,
i
,
s5k3l6xx_frames
[
i
].
code
);
if
(
fse
->
code
!=
s5k3l6xx_frames
[
i
].
code
)
continue
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment