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
61bf51a7
Commit
61bf51a7
authored
Sep 20, 2021
by
Dorota Czaplejewicz
Browse files
Print even more
parent
a54f25f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/staging/media/imx/imx-media-capture.c
View file @
61bf51a7
...
...
@@ -201,6 +201,7 @@ static int capture_s_fmt_vid_cap(struct file *file, void *fh,
cc
=
__capture_try_fmt
(
&
f
->
fmt
.
pix
,
&
priv
->
vdev
.
compose
);
priv
->
vdev
.
cc
=
cc
;
dev_err
(
priv
->
dev
,
"s_vid_cap %dx%d %d"
,
f
->
fmt
.
pix
.
width
,
f
->
fmt
.
pix
.
height
,
f
->
fmt
.
pix
.
sizeimage
);
priv
->
vdev
.
fmt
=
f
->
fmt
.
pix
;
return
0
;
...
...
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